aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/User.php')
-rw-r--r--includes/User.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/User.php b/includes/User.php
index 5bf6f44d7041..0dfdfc4c14ac 100644
--- a/includes/User.php
+++ b/includes/User.php
@@ -5246,7 +5246,7 @@ class User implements IDBAccessObject {
# Note that the pattern requirement will always be satisfied if the
# input is empty, so we need required in all cases.
- #
+
# @todo FIXME: Bug 23769: This needs to not claim the password is required
# if e-mail confirmation is being used. Since HTML5 input validation
# is b0rked anyway in some browsers, just return nothing. When it's