AC
Asked
Just a few quick points/requests on the forum if possible please:
How to remove male/female selector on register , thanks
How to remove the need to agree to terms on register, thanks
How to remove the age input on register, thanks
Is it possible to bypass the need for a ‘confirm by email’ process? So they simply register and can access straight away?
How to remove male/female selector on register , thanks
How to remove the need to agree to terms on register, thanks
How to remove the age input on register, thanks
Is it possible to bypass the need for a ‘confirm by email’ process? So they simply register and can access straight away?
- MSAnsweredHello,
You can modify the view file `themes/default/views/auth/login.php` as you need. For DOB, you will need to remove the validation rule by editing the `register` method of `app/controllers/Auth.php`
To disable email confirmation, you can set the `email_activation` to false in `app/config/ion_auth.php`
Thank you - ACAnsweredThanks!
- Login to Reply