FreePBX Version: 17.0
Asterisk Version: 21.4.3
Raspberry Pi OS Lite 64 bit
Operating System: Debian GNU/Linux 12 (bookworm)
Kernel: Linux 6.6.47+rpt-rpi-v8
I installed FreePBX with the help of the scritp
When i log in, I can see the text: NOTE: Authorization Type is set to ‘usermanager’ in Advanced Settings - note that this module is not currently providing full access control and is only used as a failover, stop-gap until this pane is fully migrated to User Manager. You will still be able to login with the users below as long as their username does not exist in User Manager
if I try to add new user admin in the proposed field, user is not recorded (at least I can not see admin user in the Admin → User management
I did it, the situation is still the same. I can add username and password in the dialog window, I can see my changes in the flyout (rnav) menu in the upper right, but nothing changed.
Or what user/name to add?
I am even able to use these commands to add/delete administrators from the database
mysql -D asterisk -e “UPDATE ampusers SET password_sha1=SHA1(‘myPassword’) WHERE username=‘adminUser’”
mysql -D asterisk -e “DELETE FROM ampusers WHERE username=‘adminUser’”
Can anyone explain this message quoted above? It is unclear how to create A WORKING admin user. Is it in this module (as one may think)?
I would appreciate any reply.
Admin access is the same in 17 as previous versions. The legacy method is to browse to Admin → Administrators, add/edit an entry there, select which modules the user has access, and set password. The more current method is to browse to Admin → User Management, add/edit a user there, click the Administration GUI tab, enable admin access and choose which admin rights the user has.