ankicommunity / anki-sync-server-rs

A personal custom Anki sync server,aim to provide an easier way for deployment
GNU Affero General Public License v3.0
180 stars 27 forks source link

I hope to support dynamic deletion of users and dynamic modification of passwords./希望支持动态删除用户、动态修改密码 #73

Open zhaoying9105 opened 1 year ago

zhaoying9105 commented 1 year ago

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 客户端还是可以就用的密码登陆,说明用户密码没有被动态修改;