After executing the command to delete a user: ./ankisyncd user --del username The Anki client can still log in and sync, indicating that the user has not been dynamically deleted. Similarly, ./ankisyncd user --pass username new_pass The Anki client can still log in using the old password, indicating that the user password has not been dynamically changed. =========== 执行了下面的命令删除用户之后 ./ankisyncd user --del username anki 客户端仍然可以登陆和同步,说明用户没有被动态删除; 类似的 ./ankisyncd user --pass username new_pass anki 客户端还是可以就用的密码登陆,说明用户密码没有被动态修改;
After executing the command to delete a user:
./ankisyncd user --del username
The Anki client can still log in and sync, indicating that the user has not been dynamically deleted.
Similarly,
./ankisyncd user --pass username new_pass
The Anki client can still log in using the old password, indicating that the user password has not been dynamically changed.
===========
执行了下面的命令删除用户之后
./ankisyncd user --del username
anki 客户端仍然可以登陆和同步,说明用户没有被动态删除;
类似的
./ankisyncd user --pass username new_pass
anki 客户端还是可以就用的密码登陆,说明用户密码没有被动态修改;