summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_usermanager.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2015-01-18 23:50:00 +0545
committerPhil Davis <phil.davis@inf.org>2015-01-18 23:50:00 +0545
commite30050b66515aa4f3ef164368b552fb5ad913386 (patch)
tree6cbed8489531ff88eda4407366506d3d84a9c3a2 /usr/local/www/system_usermanager.php
parent5a8519bbb1d9446f1b584028687fd2e44f0291ca (diff)
downloadpfsense-e30050b66515aa4f3ef164368b552fb5ad913386.zip
pfsense-e30050b66515aa4f3ef164368b552fb5ad913386.tar.gz
Unimportant typos in user and group manager
that do not effect anything.
Diffstat (limited to 'usr/local/www/system_usermanager.php')
-rw-r--r--usr/local/www/system_usermanager.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index e52db2c..af3df18 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -261,12 +261,12 @@ if ($_POST['save']) {
}
/*
- * Check for a valid expirationdate if one is set at all (valid means,
+ * Check for a valid expiration date if one is set at all (valid means,
* DateTime puts out a time stamp so any DateTime compatible time
* format may be used. to keep it simple for the enduser, we only
* claim to accept MM/DD/YYYY as inputs. Advanced users may use inputs
* like "+1 day", which will be converted to MM/DD/YYYY based on "now".
- * Otherwhise such an entry would lead to an invalid expiration data.
+ * Otherwise such an entry would lead to an invalid expiration data.
*/
if ($_POST['expires']){
try {
@@ -304,7 +304,7 @@ if ($_POST['save']) {
local_user_del($userent);
}
- /* the user password was mofified */
+ /* the user password was modified */
if ($_POST['passwordfld1'])
local_user_set_password($userent, $_POST['passwordfld1']);
OpenPOWER on IntegriCloud