Replies: 1 comment
-
Duplicate of #4456 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
使用最新版本的Mysql脚本创建了User:apollo之后,无法使用apollo/admin进行登录。
界面报错:incorrect username or password
使用的sql:
INSERT INTO
Users
(Username
,Password
,UserDisplayName
,Email
,Enabled
)VALUES
('apollo', '$2a$10$7r20uS.BQ9uBpf3Baj3uQOZvMVvB1RN3PYoKE94gtz2.WAOuiiwXS', 'apollo', 'apollo@acme.com', 1);
Beta Was this translation helpful? Give feedback.
All reactions