summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add disabled checkbox. Add code to check for disabled accounts.sullrich2009-11-271-3/+17
* Allow expiration date to lie in the past which has the side effect of disabli...sullrich2009-11-271-1/+1
* Add necessary include. Reported-by: http://forum.pfsense.org/index.php/topic,...Ermal Luçi2009-09-171-0/+1
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to includ...Scott Ullrich2009-09-141-1/+4
* Clear guiconfig from all sort junk functions and put them on the specific pag...Ermal Luçi2009-06-301-1/+0
* Correct the path of the javascript after Bills cleanup.mgrooms2009-03-151-1/+1
* Modify captive portal to use centralized user management. The user manager hasmgrooms2009-03-151-0/+40
OpenPOWER on IntegriCloud