Add forgot password feature
This commit is contained in:
@@ -32,6 +32,7 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'Link',
|
||||
'Notification',
|
||||
'OverdueNotification',
|
||||
'PasswordReset',
|
||||
'Project',
|
||||
'ProjectActivity',
|
||||
'ProjectAnalytic',
|
||||
@@ -84,6 +85,9 @@ class ClassProvider implements ServiceProviderInterface
|
||||
'UserFilterAutoCompleteFormatter',
|
||||
'GroupAutoCompleteFormatter',
|
||||
),
|
||||
'Validator' => array(
|
||||
'PasswordResetValidator',
|
||||
),
|
||||
'Core' => array(
|
||||
'DateParser',
|
||||
'Helper',
|
||||
|
||||
Reference in New Issue
Block a user