Jump to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Hello Froxlor Forum

I am a total newbie when it comes to Froxlor but after a lot of trial and error I managed to get it installed and working. However when I logged out of my last session I cannot log in and the email reset is disabled. I am running it on VPS with Ubuntu Server 20.4..

I tried to replace the password with the generic "password" using the command lines suggested by the user doop but it didn't work.  I tried this

UPDATE 'panel_admins' SET 'password' = '0040f2abc2cff0c8f59883b99ae9fab6' WHERE 'panel_admins'.'loginname' = 'Admin';This will set the password to 'Password!' for the admin username.

Am I missing something? Do I need to replace that long string of numbers and letters with the one from my table? or is there a way to turn on email rest from Mysql and get it to send me a new password?

If this doesn't work is there a way to wipe the password and insert another user with ssh and the terminal?

Thanks

Paul

 

Edited by pauls52
Spelling a name wrong.

Solved by d00p

Go to solution
  • Solution

Reset password for admin using mysql (change values accordingly):

UPDATE panel_admins SET `password` = md5('thepassword-youwant') WHERE `loginname` = 'admin';

Activate "password reset function for admin" using mysql:

UPDATE panel_settings SET `value` = '1' WHERE `varname` = 'allow_preset';
UPDATE panel_settings SET `value` = '1' WHERE `varname` = 'allow_preset_admin';

 

  • Author

Thank you very much. It worked for me.

Paul

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.