A3M - Account Authentication & Authorization Module |
[eluser]Alexander Weps[/eluser]
Doesn't work for me in several ways: need to change: Code: $password_reset_url = site_url('account/reset_password?email='.$email.'&token;='.sha1($email.$time.$this->config->item('password_reset_secret'))); Code: $password_reset_url = site_url('account/reset_password/&email;='.$email.'&token;='.sha1($email.$time.$this->config->item('password_reset_secret'))); Code: $verification_url = site_url('account/verification?email='.$email.'&token;='.sha1($email.$this->config->item('verification_secret'))); Code: $verification_url = site_url('account/verification/&email;='.$email.'&token;='.sha1($email.$this->config->item('verification_secret'))); Also logging using google account doesn't work, when I click on google icon (http://poradnice.shy.cz/account/signin) i got redirected back with no error or log message. |
Welcome Guest, Not a member yet? Register Sign In |