I have the uid "Administrator"
and I want to switch to another uid “abc@staff.com” to test.
Since that "Administrator"
has all the rights and permissions, is there anyway to set the “Administrator” to have a temporary frappe.session.user == "abc@staff.com"
so that I can test the user instead of logout "Administrator"
and login the uid "abc@staff.com"
?
Any idea?