I have upgraded ubuntu 14.04.5 (apt update && apt upgrade) and Ralph stoped to work . Acctualy ralph works by run command: /opt/ralph/ralph-core/bin/ralph runserver 0.0.0.0:8000 but nobody can log on. Our colleagues left company but he made some changes to AD logon scripts. How to reset local admin password to get to the settings?
No; when I put logon name and password i get in left top corner: Wprowadź poprawne dane w polach "użytkownik" i "hasło" dla konta należącego do zespołu. Uwaga: wielkość liter może mieć znaczenie. I'm sure I put correct login and password I also tried to restore ralph folder from backup but It doesn't work either.
you can reset password with /opt/ralph/ralph-core/bin/ralph changepassword <user_name>
and always you can create new superuser account with /opt/ralph/ralph-core/bin/ralph createsuperuser
i’m not sure why your settings changed after upgrade, but keep in mind to keep settings outside of /opt/ralph directory since it might get overwritten by package upgrades
that’s why environment variables(RALPH_DB_NAME etc) hold configuration, as described in installation manual