We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请按照一下格式提交issue,谢谢!
member_id
account
nickname
password
auth_method
description
email
phone
avatar
role
status
create_time
create_at
last_login_time
wxpay
alipay
md_members
admin
goroutine 1 [running]: github.com/TruthHun/BookStack/commands.initialization() D:/workspace/golang/src/github.com/TruthHun/BookStack/commands/install.go:63 +0x792 github.com/TruthHun/BookStack/commands.Install() D:/workspace/golang/src/github.com/TruthHun/BookStack/commands/install.go:23 +0xae github.com/TruthHun/BookStack/commands.RegisterCommand() D:/workspace/golang/src/github.com/TruthHun/BookStack/commands/command.go:124 +0x198 main.main() D:/workspace/golang/src/github.com/TruthHun/BookStack/main.go:24 +0xe5
’‘’
The text was updated successfully, but these errors were encountered:
今天早上重新编译了一个版本,把管理员默认账号密码调整为:
admin admin888
重新下载新版本,再次执行安装。
Sorry, something went wrong.
No branches or pull requests
请按照一下格式提交issue,谢谢!
2.0
debian windows10 都可以重现
./BookStack install
安装成功的提示
安装不成功,部分日志:
‘’‘
[ORM]2019/08/15 03:48:53 -[Queries/default] - [ OK / db.Query / 0.4ms] - [SELECT T0.
member_id
, T0.account
, T0.nickname
, T0.password
, T0.auth_method
, T0.description
, T0.email
, T0.phone
, T0.avatar
, T0.role
, T0.status
, T0.create_time
, T0.create_at
, T0.last_login_time
, T0.wxpay
, T0.alipay
FROMmd_members
T0 WHERE T0.account
= ? ORDER BY T0.member_id
DESC LIMIT 1] -admin
panic: Member.Add => 密码不能为空且必须在6-50个字符之间
goroutine 1 [running]:
github.com/TruthHun/BookStack/commands.initialization()
D:/workspace/golang/src/github.com/TruthHun/BookStack/commands/install.go:63 +0x792
github.com/TruthHun/BookStack/commands.Install()
D:/workspace/golang/src/github.com/TruthHun/BookStack/commands/install.go:23 +0xae
github.com/TruthHun/BookStack/commands.RegisterCommand()
D:/workspace/golang/src/github.com/TruthHun/BookStack/commands/command.go:124 +0x198
main.main()
D:/workspace/golang/src/github.com/TruthHun/BookStack/main.go:24 +0xe5
’‘’
The text was updated successfully, but these errors were encountered: