summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Expand)AuthorAgeFilesLines
* When renaming a user, make sure to remove the previous user or it gets left i...jim-p2012-04-111-1/+3
* Fix permission and certificate display for the admin userjim-p2012-01-061-1/+1
* Clarify textjim-p2011-08-301-4/+7
* Populate pconfig in all cases with user info, or else when you delete a privi...jim-p2011-08-111-14/+13
* Ticket #1412. Fixing the access login to the user manager presented another p...Ermal2011-06-061-346/+245
* Fixes #1412. Properly pass the page to match so users are not always presente...Ermal2011-06-011-1/+1
* Fixes #1412. Properly pass the page to match so users are not always presente...Ermal2011-06-011-1/+1
* Set password on the OS instead of just the gui. Fixes #1485jim-p2011-04-291-1/+1
* Set user when removing privileges, otherwise things like the user's shell wou...jim-p2011-04-211-0/+1
* Enforce FreeBSD's max username length of 16 chars. http://forum.pfsense.org/i...jim-p2011-02-171-1/+4
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
* Return this field to its old name to prevent a conflict of names and since th...Erik Fonnesbeck2010-11-101-1/+1
* Test for arrays first, should fix #968jim-p2010-11-011-2/+4
* Indicate if a certificate has been revoked, both in the cert list and the use...jim-p2010-10-211-0/+3
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA protec...jim-p2010-10-191-8/+8
* Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-191-4/+4
* Allow creating a user certificate, pre-fill some info, direct back to user ed...jim-p2010-09-021-2/+2
* Adjust add link.jim-p2010-09-021-1/+1
* Adjust the user manager to use cert references on the user instead of the act...jim-p2010-09-021-7/+12
* CA/CERT Movejim-p2010-09-011-3/+3
* Make a refid even for user certs.jim-p2010-08-311-0/+1
* Set groups first, since local_user_set checks a privilege that relies on the ...jim-p2010-07-121-1/+1
* Fix "all users" group member array test.jim-p2010-07-121-2/+2
* Validate for duplicate user names when editing, too.Erik Fonnesbeck2010-06-251-4/+11
* Prevent the GUI from adding a user that already exists in /etc/passwd (root, ...jim-p2010-06-251-0/+8
* Fixes #613. Add correctly users to all users group.Ermal2010-06-221-1/+11
* Add IPsec PSK field to User Manager. No backend code to use this value yet.jim-p2010-05-281-0/+8
* Removed gettext callCarlos Eduardo Ramos2010-04-301-1/+1
* Add gettext callCarlos Eduardo Ramos2010-04-301-1/+1
* add gettext() calls on missing placesRenato Botelho2010-04-301-2/+2
* Fixing multiline gettext()Vinicius Coque2010-04-301-4/+4
* Adding gettext()Vinicius Coque2010-04-291-1/+1
* Fix gettext issuesRenato Botelho2010-04-291-4/+4
* Fixing gettext implementationVinicius Coque2010-04-281-1/+1
* Fixing gettext() implementationVinicius Coque2010-04-281-1/+1
* Use array instead of explode for reqdfieldsn to fit it better with gettext() ...Renato Botelho2010-04-281-5/+12
* Reviewing gettext() implementationCarlos Eduardo Ramos2010-04-281-35/+35
* Default to 2048 bits.Ermal2010-03-181-1/+1
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() in...Ermal2010-03-151-2/+0
* Default to 3650 days. Requested-by: cmb@Ermal2010-03-151-0/+1
* fix textChris Buechler2010-03-131-1/+1
* Make the certificate table look better.Ermal2010-03-121-1/+1
* Allow user certificate to be created with the user.Ermal2010-03-121-3/+128
* Run /etc/inc/privhooks if they existScott Ullrich2010-01-201-0/+3
* fix typosChris Buechler2010-01-161-1/+1
* remove authorized_keys check, many users won't have SSH access anyway, this c...Chris Buechler2009-12-131-3/+0
* fix typosChris Buechler2009-12-071-1/+1
* include priv.incsullrich2009-11-281-0/+1
* Disabled is not a required fieldsullrich2009-11-281-1/+1
* Include priv.defs.incsullrich2009-11-281-1/+2
OpenPOWER on IntegriCloud