Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recovery Password - secure_key #17

Open
divan4ik opened this issue Nov 23, 2016 · 1 comment
Open

Recovery Password - secure_key #17

divan4ik opened this issue Nov 23, 2016 · 1 comment

Comments

@divan4ik
Copy link

Привет Владимир!

В каком месте меняется User->secure_key?

первый визит
[Регистрация]
GuestController -> signup
SignupForm->beforeSave->parent(User)->beforeSave = generates (Secure_key)
secure_key теперь blabla_time

Две недели спустя...
[Восстановление пароля]
GuestController ->actionRecovery() запускает model->recovery()
RecoveryForm->recovery(находит модель User)->send (отправляет СТАРЫЙ secure_key который 100% не пройдет проверку)
----> User::generateSecureKey() должен быть в RecoveryForm перед отправкой письма <----

Поправьте если ошибаюсь. Спасибо

@babib2
Copy link

babib2 commented Nov 24, 2016

Там можно сделать финт ушами. Выставить время токена на 300 лет в настройках

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants