Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] << ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000018 [Starfish PBX] Web Admin Interface feature have not tried 2009-09-02 20:40 2009-09-07 17:50
Reporter dazza View Status public  
Assigned To rgavril
Priority normal Resolution fixed  
Status resolved  
Summary 0000018: Manage admin users/passwords?
Description I may be missing it, but I don't see a way to change the admin/demo authentication details ... also, can one add/remove admin users?
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000021)
rgavril (administrator)
2009-09-02 21:30

Only the backend is implemented, this is actually a good start for someone trying to help with the development so I will delay it a little and not fix it myself.

Till we have this finished you can run this sql queries on the starfishpbx database.

To add a new admin:
INSERT INTO `Admins` (`name`,`password`) VALUES('you_user', MD5('your_pass'))

To change a password:
UPDATE `Admins` SET `password` = MD5('new_pass') WHERE `name` = 'your_user'
(0000031)
rgavril (administrator)
2009-09-07 17:50

Fixed in svn revision 52

Created 'Manage Adminis' section under 'Machines Admin' menu.

- Issue History
Date Modified Username Field Change
2009-09-02 20:40 dazza New Issue
2009-09-02 21:30 rgavril Note Added: 0000021
2009-09-02 21:30 rgavril Status new => acknowledged
2009-09-07 17:49 rgavril Status acknowledged => assigned
2009-09-07 17:49 rgavril Assigned To => rgavril
2009-09-07 17:50 rgavril Note Added: 0000031
2009-09-07 17:50 rgavril Status assigned => resolved
2009-09-07 17:50 rgavril Resolution open => fixed


Mantis 1.1.8[^]
Copyright © 2000 - 2009 Mantis Group
Powered by Mantis Bugtracker