didiatworkz / screenly-ose-monitoring

Manage multiple Screenly OSE Player in one web Interface
MIT License
108 stars 30 forks source link

Reset password? #95

Closed sisensee closed 2 years ago

sisensee commented 2 years ago

What's your question? Is there a way to reset the sign-in password? I have managed to mistype the password twice. Thank you in advance.

didiatworkz commented 2 years ago

Hello @sisensee

sorry for my late reply - Currently, there is only one option implemented: Enter on your device where SOMO is installed this: somo --reset This will remove the database and create a new one. Everything will be set back to default! If you need to reset only the password, you need to edit the user table in the database and replace the password string with a md5 crypt password.

Best didiatworkz