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

Users cannot be dynamically added/无法动态添加用户 #70

Closed zhaoying9105 closed 1 year ago

zhaoying9105 commented 1 year ago

After the following command is executed to add the user

./ankisyncd user --add username password

Synchronization cannot be performed through the anki client because the anki user is specified during server initialization. Can you change it to dynamic?

===========

执行了下面的命令添加用户之后

./ankisyncd user --add username password

无法通过anki 客户端执行同步,因为anki的用户是在server 初始化的时候指定的,可否修改成动态指定?

dobefore commented 1 year ago

Sure,try latest release version

zhaoying9105 commented 1 year ago

Thanks a million!