Skip to content

unwanted-things/frappe-user-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frappe User Switch

Frappe User Switch reduces the hassle, at least on local or staging sites, for testing. It simplifies the process by allowing users to log in with multiple accounts simultaneously within a single browser session.




⚠️ Warning: Since this method bypasses Frappe’s default authentication flow, it should only be used for local testing and debugging, not in production.

Installation

Run the following command to install the app.

bench get-app https://github.com/unwanted-things/frappe-user-switch.git
bench --site [site-name] install-app frappe_user_switch
bench --site [site-name] migrate
bench restart

For local development, check out our dev-tool for seamlessly building Frappe apps: frappe-manager
NOTE: If using frappe-manager, you might require to fm restart to provision the worker queues.

How Does It Work Behind the Scenes?

It’s simple! Frappe User Switch has its own way of managing SIDs.

image

License

This project is licensed under the AGPLv3 License

About

Frappe User Switch reduces the hassle, at least on local or staging sites, for testing. It simplifies the process by allowing users to log in with multiple accounts simultaneously within a single browser session.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors