ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
495 stars 343 forks source link

Change password and email while not logged in #184

Closed riceri closed 11 years ago

riceri commented 11 years ago

I don't know if it suppose to be like this, but i think if a user isn't logged in the changepassword and changeemail should redirect to the login.

I have made a small fix for it if it isn't suppose to be like that.

Here is the changes i made: https://github.com/riceri/ZfcUser/commit/2712eec2a8ddcfb72b36b655fa4f406d685efb85

riceri commented 11 years ago

Still learning sorry for the mess!