Collect additional attributes at login after a user has been created and registered
-
How can I collect additional profile attributes at login after a user has been created and registered?
I'm using the hosted login pages. My admin user creates an account, but I want to collect other profile attributes from the user afterwards.
-
Beginning in version 1.65.0, FusionAuth offers
Complete Registration. Full docs here.How this would work:
- enable a registration form for the application your users are logging into
- select certain attributes as
required. If you are using a basic form, you could select 'birth date'. If you are using an advanced form, you can select whatever profile attributes you need - set the
Registration modetoComplete registration. This setting means that users cannot self-register, but can complete missing information from an existing registration. - save the application
Now, your admin user can create a user with a minimal amount of data (perhaps just an email address).
The user will, at first login, be prompted to fill out their profile data, including all fields you've marked required.
This is not full progressive registration, but can be useful in certain circumstances.
-
D dan has marked this topic as solved