IDEA-Research / deepdataspace

The Go-To Choice for CV Data Visualization, Annotation, and Model Analysis.
https://deepdataspace.com
Apache License 2.0
221 stars 18 forks source link

how to find user's password #132

Closed GallonDeng closed 8 months ago

GallonDeng commented 9 months ago

how to find the user's password since it is created randomly when add user? or is there a way to change or set the password

imhuwq commented 9 months ago

Hi @AllenDun, it's important to save the user's password during user creation. If you forget the password, it can be reset using the following command:

ddsop userreset $USER_NAME

Thank you for your feedback. We'll make sure to update our documentation for better clarity.