summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Collapse)AuthorAgeFilesLines
* Call conf_mount_rw before delete user, a better fix for #3294Renato Botelho2013-11-021-0/+2
|
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-121-1/+1
|
* change to plus 100 years as opposed to hard coded dateCharlie Marshall2013-08-111-1/+1
|
* remove whitespacesCharlie Marshall2013-08-111-7/+7
|
* improve datePicker on usermanger pageCharlie Marshall2013-08-111-10/+12
|
* If an account has SSH keys, show them, don't show the checkbox to add keys. ↵jim-p2013-07-161-2/+2
| | | | Fixes #2729
* Tidy up "system_usermanager.php" XHTMLColin Fleming2013-04-081-72/+72
| | | | | | | | | Add CDATA sections to SCRIPT tags Close INPUT, IMG and BR tags Deprecate the ampersand in ANCHOR tags Remove the NAME paramenter from TR tags Moved NOWRAP into class statement Move TFOOT between THEAD and TBODY, this is a "quirck" of HTML
* Encode this before showing it.jim-p2012-10-311-1/+1
|
* Make tables sortablebcyrill2012-09-241-74/+80
|
* When renaming a user, make sure to remove the previous user or it gets left ↵jim-p2012-04-111-1/+3
| | | | in /etc/passwd.
* Convert strtotime() to DateTime object to fix 2038 roll-over issue.Yehuda Katz2012-02-141-10/+6
|
* 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
|
OpenPOWER on IntegriCloud