|
147 | 147 | 'auth' => [ |
148 | 148 | 'successMessage' => 'Вы успешно авторизованы и будете перенаправлены в личный кабинет.', |
149 | 149 | 'validate' => 'email:required,password:required', |
150 | | - 'hooks' => 'AjaxIdentification', |
| 150 | + 'hooks' => 'Identification', |
151 | 151 |
|
152 | 152 | 'method' => 'login', |
153 | 153 |
|
|
201 | 201 |
|
202 | 202 | ```php:line-numbers |
203 | 203 | 'dataedit' => [ |
204 | | - 'hooks' => 'AjaxIdentification', |
| 204 | + 'hooks' => 'Identification', |
205 | 205 | 'method' => 'update', |
206 | 206 | 'successMessage' => 'Данные сохранены.', |
207 | 207 | 'clearFieldsOnSuccess' => 0, |
|
237 | 237 |
|
238 | 238 | ```php:line-numbers |
239 | 239 | 'editpass' => [ |
240 | | - 'hooks' => 'AjaxIdentification', |
| 240 | + 'hooks' => 'Identification', |
241 | 241 | 'method' => 'update', |
242 | 242 | 'successMessage' => 'Пароль изменён.', |
243 | 243 |
|
|
268 | 268 |
|
269 | 269 | ```php:line-numbers |
270 | 270 | 'logout' => [ |
271 | | - 'hooks' => 'AjaxIdentification', |
| 271 | + 'hooks' => 'Identification', |
272 | 272 | 'method' => 'logout', |
273 | 273 | 'successMessage' => 'До новых встреч!', |
274 | 274 | 'redirectTo' => 1, |
|
310 | 310 |
|
311 | 311 | ```php:line-numbers |
312 | 312 | 'forgot' => [ |
313 | | - 'hooks' => 'AjaxIdentification,FormItSaveForm,FormItAutoResponder', |
| 313 | + 'hooks' => 'Identification,FormItSaveForm,FormItAutoResponder', |
314 | 314 | 'method' => 'forgot', |
315 | 315 | 'successMessage' => 'Новый пароль отправлен на ваш email', |
316 | 316 |
|
|
0 commit comments