summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_authentication.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style www diag more bitsPhil Davis2015-05-271-42/+43
|
* Code style usr-local-www diagPhil Davis2015-04-191-8/+12
|
* Fix password box in diag_authenticationPhil Davis2015-03-031-3/+3
| | | | | | | In 2.2 when I go to Diagnostics->Authentication the password field shows the little lock icon, but the text input area starts over the top of the icon and as I type in the field the password "dots" go over the lock icon. This does not happen in 2.1.5 - the password entry cursor sits after the lock icon. This problem is also not evident on most other password entry fields in 2.2 I stared at it for a while, then saw that in other places the password field is not literally called "password", so I thought what the heck, I will change the field name - it fixed the display issue!!! What??? Anyway, this fixes the display issue on my system. If someone knows really why having the field name/id="password" is a problem then they could fix the underlying reason - but this works around whatever is the issue. If you think this is an OK fix then I will also find the couple of other places swhere this happens and make the same "fix".
* Improving aesthetics.xbipin2015-01-131-1/+1
| | | | | Make title color more consistent with other pages. Improving aesthetics.
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Change copyright statement to reflect realityJim Thompson2014-11-101-1/+1
|
* Tidy up "diag_authentication.php" XHTMLColin Fleming2014-05-171-6/+10
| | | | | | Add SUMMARY to TABLES Update HTML Boolean operators Add missing closing FORM, closing DIV, closing BODY and closing HTML
* replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these ↵ayvis2014-03-181-1/+1
| | | | files to UTF-8
* standardize on www.pfsense.org and HTTPS, point package URLs toChris Buechler2014-03-141-1/+1
| | | | packages.pfsense.org
* Fix #3127Renato Botelho2013-09-061-2/+2
| | | | | | | By default htmlspecialchars does not consider single quotes, what can be a problem when value attribute is set using it. Replace value attribute set to use double quotes on places where it's obviously recieving a result of htmlspecialchars() call.
* Fix file name referenceWarren Baker2013-03-251-1/+1
|
* More shortcutsjim-p2012-08-141-0/+1
|
* Fix XSS issuesScott Ullrich2010-11-121-2/+2
|
* Fix text for successful authentication test. Fixes #849Erik Fonnesbeck2010-08-251-2/+2
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-10/+10
|
* Reset diag_ filesRenato Botelho2010-06-301-10/+10
|
* Remove spaces and tabs from EOLRenato Botelho2010-06-211-1/+1
|
* Few adjustements on gettextRenato Botelho2010-06-211-3/+3
|
* changing <php gettext() to <php=gettext() in files? diag_arg.php ↵Neriberto C.Prado2010-06-171-3/+3
| | | | diag_authentication.php diag_backup.php
* translate of the files: diag_arp.php diag_authentication.php diag_backup.phpNeriberto C.Prado2010-06-161-9/+9
|
* Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() ↵Ermal2010-03-151-3/+0
| | | | instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
* fix textChris Buechler2010-03-121-4/+4
|
* Remove debugging leftoverErmal2010-03-121-1/+0
|
* Add includes needed. Fix typo.Ermal2010-03-121-0/+2
|
* Show radius too.Ermal2010-03-121-2/+0
|
* Add a function to get user groups based on authentication server. Use this ↵Ermal Luçi2010-03-091-3/+9
| | | | function to show the groups the user i member of on Diag Authentication.
* Add a diag page for authentication.Ermal Luçi2010-03-091-0/+125
OpenPOWER on IntegriCloud