Launch a package without logging in #834
-
Hello all, In my OS.js instance, I activated the login interface such that a user must log in before they can launch packages from the Menu button. For instance, you may want to reset your password because you've forgotten it and launch a Reset Password package from the login page to serve that purpose. You may want to launch other similar packages without being logged in, i.e., without having access to the Menu button. Regards. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hi. Only a few services are available when the login screen is visible. You can change this behavior by modifying the service registration, but if you want things like resetting of passwords etc you can create a custom login adapter. No need to launch applications for this. And still allows for creating UIs etc. |
Beta Was this translation helpful? Give feedback.
Hi.
Only a few services are available when the login screen is visible. You can change this behavior by modifying the service registration, but if you want things like resetting of passwords etc you can create a custom login adapter.
No need to launch applications for this. And still allows for creating UIs etc.