diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-11-06 15:20:47 +0100 |
commit | f25c7815af52a751cb815709ff33abee14e130a4 (patch) | |
tree | 3d0987cdfb1802ea2cb2ee60e37d0c569ceac984 /modules/exampleauth/lib/Auth/Source/UserPass.php | |
parent | 417c2175dc682a487d784cca08170989089552ee (diff) | |
download | simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.zip simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.gz simplesamlphp-f25c7815af52a751cb815709ff33abee14e130a4.tar.bz2 |
s/simpleSAMLphp/SimpleSAMLphp/g
(being respectful with occurences that might change the behaviour, i.e. default database prefixes)
Diffstat (limited to 'modules/exampleauth/lib/Auth/Source/UserPass.php')
-rw-r--r-- | modules/exampleauth/lib/Auth/Source/UserPass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exampleauth/lib/Auth/Source/UserPass.php b/modules/exampleauth/lib/Auth/Source/UserPass.php index 22923c1..5c464d3 100644 --- a/modules/exampleauth/lib/Auth/Source/UserPass.php +++ b/modules/exampleauth/lib/Auth/Source/UserPass.php @@ -7,7 +7,7 @@ * and authenticates users against this array. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ class sspmod_exampleauth_Auth_Source_UserPass extends sspmod_core_Auth_UserPassBase { |