Replies: 2 comments
-
have you found a solution for this? I'm trying to do it the other way around - use username to populate the email attribute by appending |
Beta Was this translation helpful? Give feedback.
0 replies
-
figured it out, created the following expression policy and attached it to the prompt stage of my enrollment flow. I'd expect the same would work for generating usernames via
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm new to Authentik. I want to realize an enrollment that can perform the following:
user enters email, e.g. [email protected]
Authentik username ist automatically generated as tom.master
In python it would be something like user.username = email.split("@")[0]
I found this discussion but maybe there was some progress?
Can i realize that so far?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions