notes/customer_manager.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-10-15 15:33:51 +02:00
parent 0b6b5f8ec9
commit 22261c41c4
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -61,7 +61,7 @@ And in order to limit the risk of finding the user I suggest to use
(def user-id (str "admin" (hash (str org-id salt) )) (def user-id (str "admin" (hash (str org-id salt) ))
#+end_src #+end_src
We shall probably add a field to hide this user something like `:role :org-internal-admin` We should probably add a new =role= for this user.
*** Maybe? Cross domain Account switching *** Maybe? Cross domain Account switching