notes/cisco_ft_securex_registration.org

This commit is contained in:
Yann Esposito (Yogsototh) 2021-12-07 15:21:58 +01:00
parent 8a9b5799da
commit e19987a576
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -31,5 +31,18 @@ Problems, users can login in the same user, with the same public email with
different emails.
This should be rare.
2. Search via text match.
The algorithm should look a bit like:
#+begin_src clojure
(let [user-email ,,,
users (matching-users)
]
)
#+end_src
** Support Org request to admins
** Problem: support link that present a different login page.