Separate Logic for throwing error in lost password & comments
-
I saw for both lost password and comments form, same function gets called. The problem with that is lost password form should have a similar approach to login or register forms. You should not call die after throwing an error in lost password instead you should add to the existing errors object and pass it.
- The topic ‘Separate Logic for throwing error in lost password & comments’ is closed to new replies.