Resetting a lost admin password
The normal ways to recover a lost password are:
Click the password reset link on the login screen; this appears after a failed login attempt. This works only if you have entered your email address on your Personal page in the F7cloud Web interface, so that the F7cloud server can email a reset link to you.
Ask another F7cloud server admin to reset it for you.
If neither of these is an option, then you have a third option, and that is
using the occ command. See Using the occ command to
learn more about using the occ command.
$ sudo -E -u www-data php /var/www/f7cloud/occ user:resetpassword admin
Enter a new password:
Confirm the new password:
Successfully reset password for admin
If your F7cloud username is not admin, then substitute your F7cloud
username.