reset password
Author Message
neilchoksi
Posts: 29
Posted 11:35 Jul 27, 2015 |

Can you share some more info for login page? do we need to create session for login? because if i pass some id in the url it redirects me to Applicant info page. which is not good right ? 

shashank7991
Posts: 18
Posted 11:52 Jul 27, 2015 |

If you will login with username of admin than it will redirect you to admin's main page and if you will login with reviewers username it will redirect you to reviewer's main page.

I mean to say you have to check the role of given username and depend on that role you have to redirect the page from login page.

neilchoksi
Posts: 29
Posted 11:59 Jul 27, 2015 |

Yes true. But even if you dont login and just pass the id in url. it will redirect to the admin/reviewer/applicant page according to ID. 

shashank7991
Posts: 18
Posted 12:07 Jul 27, 2015 |

Yes, true. But we have to follow the instructions. Just check the defination ones again.
 

neilchoksi
Posts: 29
Posted 12:09 Jul 27, 2015 |
Ohh thanks dint read this part.
msargent
Posts: 519
Posted 09:55 Jul 30, 2015 |

Ignore.

Last edited by msargent at 09:56 Jul 30, 2015.
msargent
Posts: 519
Posted 10:06 Jul 30, 2015 |

Would it be okay to use the session context to keep track of who logged in as long as we provide a "logout" button?

Last edited by msargent at 10:27 Jul 30, 2015.