X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FAuthPlugin.php;h=f4a4b1080865091e6a60dc9e2090b4b7586ba522;hb=1f18e8b35cdee69abbcd7d34c8002668afb403f4;hp=b29e13f279b4cd5eae6e1d9ba50d5ad60ff1fa4e;hpb=5dfca57300df85d76aede2e52f3f3852eac47449;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index b29e13f279..f4a4b10808 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -130,6 +130,33 @@ class AuthPlugin { public function allowPasswordChange() { return true; } + + /** + * Can users change their Real Name? + * + * @return bool + */ + public function allowRealNameChange() { + return false; + } + + /** + * Can users change their email address? + * + * @return bool + */ + public function allowEmailChange() { + return false; + } + + /** + * Can users change their Nickname? + * + * @return bool + */ + public function allowNickChange() { + return false; + } /** * Set the given password in the authentication database.