summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_authentication.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove HTML from strings in diags filesPhil Davis2017-02-051-2/+2
|
* Remaining required fields for Diag pagesPhil Davis2017-01-241-1/+1
|
* Required fields in diagnosticsPhil Davis2017-01-221-2/+2
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* Diagnostics - Menu - PunctuationNOYB2016-04-261-1/+1
| | | | Clean up some punctuation.
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-1/+1
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-1/+1
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-1/+9
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-1/+1
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-1/+1
|
* CleanupNewEraCracker2016-02-101-2/+0
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-4/+8
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* PEAR.inc is already required by radius.incRenato Botelho2015-11-201-1/+0
|
* Improve diag_authentication.php redmine #5440Phil Davis2015-11-151-6/+7
| | | | Move the code to select the default auth server so that it only happens the first time into the page. Now if the user selects a different auth server to test, and presses test, the results come back and the selected auth server is re-displayed (rather than the system default auth server being re-chosen every time). Do not use address-of "&" when referring to the $config value - we do not ever intend to modify the config in here, so there seems no point in risking it by using a pointer.
* fix Bug #5440heper2015-11-141-0/+6
|
* Merge with masterPhil Davis2015-11-091-1/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Diag reviewPhil Davis2015-11-091-7/+7
|/
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-92/+102
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+138
OpenPOWER on IntegriCloud