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 46444ee commit 3ed6aadCopy full SHA for 3ed6aad
lang/en/headings.php
@@ -13,4 +13,5 @@
13
'register' => 'Register at :application',
14
'password-reset' => 'Reset Password?',
15
'change-password' => 'Change Password',
16
+ 'confirm-password' => 'Confirm Password',
17
];
routes/backend/auth.php
@@ -15,6 +15,7 @@
Route::group([
'prefix' => 'auth',
'as' => 'auth.',
18
+ 'middleware' => 'password.confirm'
19
], function () {
20
21
'prefix' => 'user',
0 commit comments