跳到主要内容

用户创建

CoNote 暂时没有提供管理员相关功能,在初始化完成后,需要通过命令行来创建用户。

创建一个用户:

docker compose exec web ./conote2 createuser --email admin@example.org --password admin888 --username admin

如果用户邮箱是 Google 邮箱,则可以省略 --password--username 参数:

docker compose exec web ./conote2 createuser --email example@gmail.com

这样用户可以通过 Google 登录。

信息

如何启用 Google 登录,请参考Google 登录相关文档。