register is not working due to salt field
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?
Hi, i have the same problem! Did u find the solution?
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 ""