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.
- Author: unwanted-things
- Repository: https://github.com/unwanted-things/frappe-user-switch
- GitHub stars: 9
- Forks: 4
- License: AGPL-3.0
- Category: Developer Tools
- Maintenance: Minimally Maintained
Install Frappe User Switch
bench get-app https://github.com/unwanted-things/frappe-user-switch
Tags
- frappe
Add the Frappe Gems badge to your README
Maintain Frappe User Switch? Paste this into your README:
[](https://frappegems.com/gems/apps/unwanted-things/frappe-user-switch)
About Frappe User Switch
## 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. ```bash 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](https://github.com/rtCamp/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](https://modulezp.com/introducing-frappe-user-switch/).  ## License This project is licensed under the [AGPLv3 License](./LICENSE)
> ⚠️ 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. ```bash 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](https://github.com/rtCamp/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](https://modulezp.com/introducing-frappe-user-switch/).  ## License This project is licensed under the [AGPLv3 License](./LICENSE)
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.