Added account creation and sign-in forms
- Added the
Create Accountform. - Added the
Log Inform. - Built the
Create Accountform withUsername,Email,First Name,Last Name,Password,Password Confirmation, and submit fields. - Added password-match validation to the registration flow.
- Configured registration to create the user with the
Member (Pending)role. - Enabled ACF validation for the registration user action.
- Configured the registration action to save submissions on both save and submit.
- Configured registration to show
Thank you for registering.on success. - Configured registration to send an admin notification email after account creation using the shared forms sender and recipient options.
- Used the registrant email field as the reply-to value for the registration notification email.
- Built the
Log Inform withUsername or Email Address,Password,Remember Me, and submit fields. - Configured login to show
You were successfully logged in.on success. - Configured login to sign the user in and redirect to
/.