You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error: Unexpected extra form field named "salt".
Wouldn't it be better to generate salt automaticly out of the box instead putting it to register form?
The text was updated successfully, but these errors were encountered:
Kind of...
I've switched to the latest version of sfDoctrineGuard which has now all needed functionality including registering, password reset etc. Those features are there but not necessarily mentioned in documentation.
But do Auth doesn't have dependency on sfDoctrineGuard, does it?
Well i unset the salt field from the form in plugins/doAuthPlugin/lib/form/doctrine/base/BaseRegisterUserForm.class.php in line 18
...
18. unset($this['id'], $this['is_active'], $this['is_super_admin'], $this['last_login'], $this['created_at'], $this['updated_at'], $this['salt']);
...
And it worked..
Then something else came up, that i still need to figure out.!
Error: The template "_mail_registration.php" does not exist or is unreadable in ""
There is an error: Unexpected extra form field named "salt".
Wouldn't it be better to generate salt automaticly out of the box instead putting it to register form?
The text was updated successfully, but these errors were encountered: