Skip to content
New issue

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

The username or password error! #128

Closed
shmilygkd opened this issue Feb 16, 2022 · 4 comments
Closed

The username or password error! #128

shmilygkd opened this issue Feb 16, 2022 · 4 comments

Comments

@shmilygkd
Copy link

when i try to add user in cloud-manager, it doesn't ask me for a password, but it prompts me that the username or password error, what's going on?
1644975839(1)

@pizhicheng
Copy link

pizhicheng commented Feb 16, 2022

Cloud-Manager are not responsible for managing user accounts. We hope that users can develop their own account system to connect with their own company. You can also directly write the username and password MD5 to the database table - t_cloud_manager_origin_user.
If you wanna to add a user admin1 with password admin you can use the sql like below
Example:
INSERT INTO t_cloud_manager_origin_user (name,password) VALUES ("admin1","21232f297a57a5a743894a0e4a801fc3")

@shmilygkd
Copy link
Author

okay.....
but when i copy the link to fate-manager to activate it, how can i solve the exception prompted? thanks!
image

@pizhicheng
Copy link

okay..... but when i copy the link to fate-manager to activate it, how can i solve the exception prompted? thanks! image

If ssl license is not configured in cloud-manager, you invitation link setting should be http instead of https, You can change the link type in cloud-manager.

@shmilygkd
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants