I have 2 tables: tbl_users and tbl_pj in mysql database.
I'm trying to modify action Login to redirect (after successful login) not to returnUrl but to
a) in case user is admin - to redirect to crud page of users, so admin can add/delete/update users
records in table pj.
Any suggestions?

Help












