summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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 ↵sullrich2009-11-271-1/+1
| | | | disabling the account Ticket #65
* Add necessary include. Reported-by: ↵Ermal Luçi2009-09-171-0/+1
| | | | http://forum.pfsense.org/index.php/topic,19193.0.html
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-1/+4
| | | | include 2009 on files that I have asserted (C) on
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* 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
| | | | been modified to include an account expiration option to support this service.
* Mount image rw during changesScott Ullrich2008-11-201-0/+3
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Do not hard code whiteScott Ullrich2008-10-121-2/+0
|
* Cleanup the tab format of the system user/group/server management pages.Matthew Grooms2008-09-091-318/+325
| | | | | | The edges were square instead of rounded like most pfSense pages. Also make sure tabs and cancel buttons are present in the add privilege and add certificate pages.
* Moves the protocol and certificate options out of the general config pageMatthew Grooms2008-09-091-25/+12
| | | | | | | | | | | | | to the Advanced admin access tab. The thought is that they should be next to each other. The certificate management has also been modified to use the centralized certificate manager. I took the liberty of removing the default certificate/key definitions from the web server configuration function as it is now trivial to create these locally. The global SSH authorized keys have also been removed. Any existing key data will be migrated to the admin account. I also added some new checks to ensure the sshd process is only restarted when its configuration has actually changed.
* Disallow creation of user certificates until the user has actually beenMatthew Grooms2008-09-041-3/+3
| | | | created. This obviously won't work.
* Add options to export ca, certificate and user certificate data from theMatthew Grooms2008-09-031-1/+47
| | | | webui.
* Rework most of the OpenVPN support. The interfaces have been updated toMatthew Grooms2008-08-261-3/+1
| | | | | | | | | | not use the pkg system and the configuration has been migrated to an openvpn prefix. The centralized user and certificate manager is now used to support the openvpn configurations. Most of the files removed in this commit were not being referenced. This commit also splits out the certificate management components into a new system menu item.
OpenPOWER on IntegriCloud