We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c4a66 commit 314de25Copy full SHA for 314de25
lang/ne/passwords.php
@@ -0,0 +1,15 @@
1
+<?php
2
+/**
3
+ * Password Reminder Language Lines
4
+ * The following language lines are the default lines which match reasons
5
+ * that are given by the password broker for a password update attempt has failed.
6
+ */
7
+return [
8
+
9
+ 'password' => 'Passwords must be at least eight characters and match the confirmation.',
10
+ 'user' => "We can't find a user with that e-mail address.",
11
+ 'token' => 'The password reset token is invalid for this email address.',
12
+ 'sent' => 'We have e-mailed your password reset link!',
13
+ 'reset' => 'Your password has been reset!',
14
15
+];
0 commit comments