summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Collapse)AuthorAgeFilesLines
* When renaming a user, make sure to remove the previous user or it gets left ↵jim-p2012-04-111-1/+3
| | | | in /etc/passwd.
* 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 ↵jim-p2011-08-111-14/+13
| | | | privilege, the list disappears until you go back and edit the user again. (Certs too)
* Ticket #1412. Fixing the access login to the user manager presented another ↵Ermal2011-06-061-346/+245
| | | | problem since now users cannot change their passwords anymore. Allow this through another page and an extra priviledge needed to be added to the user for allowing them to change the password.
* Fixes #1412. Properly pass the page to match so users are not always ↵Ermal2011-06-011-1/+1
| | | | presented with the change password screen. Proper fix.
* Fixes #1412. Properly pass the page to match so users are not always ↵Ermal2011-06-011-1/+1
| | | | presented with the change password screen.
* 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 ↵jim-p2011-04-211-0/+1
| | | | would not be reset until pressing save, which is inconsistent with that step not being needed when adding privileges.
* Enforce FreeBSD's max username length of 16 chars. ↵jim-p2011-02-171-1/+4
| | | | http://forum.pfsense.org/index.php/topic,33410.0.html
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Return this field to its old name to prevent a conflict of names and since ↵Erik Fonnesbeck2010-11-101-1/+1
| | | | | | the code that uses it still refers to it by that name. Issue reported at http://forum.pfsense.org/index.php/topic,29985.0.html This caused the full name field to be ignored when creating a user and prevented making a certificate at the creation of the user (either could still be changed afterward).
* 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 ↵jim-p2010-10-211-0/+3
| | | | user manager list.
* Rename 'name' to 'descr' for CA, Certificates, and CRLs, to gain CDATA ↵jim-p2010-10-191-8/+8
| | | | protection and standardize field names. Ticket #320.
* 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 ↵jim-p2010-09-021-2/+2
| | | | edit screen if that is what led us here. If we are making a user certificate, give another choice to select a pre-existing certificate to associate with that user.
* Adjust add link.jim-p2010-09-021-1/+1
|
* Adjust the user manager to use cert references on the user instead of the ↵jim-p2010-09-021-7/+12
| | | | actual certs.
* 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
| | | | groups being accurate when run.
* 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
| | | | operator, daemon, etc)
* 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
| | | | calls
* 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() ↵Ermal2010-03-151-2/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* 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 ↵Chris Buechler2009-12-131-3/+0
| | | | check is much too restrictive
* 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