Help Needed

Closed
Advanced Security - PHP Register/Login System Advanced Security - PHP Register/Login System September 06, 2018
Login to reply
Milos Stojanovic Support Agent
5 years ago
Closed due to inactivity.
Milos Stojanovic Support Agent
5 years ago

Hey Kevin,

If you are talking about redirect after login you can do it from the configuration file. Check the "Login Configuration" section in Configuration article for more info.

- Milos

kevin blakely
5 years ago

Hello Again

I have one more request please

Can I change the page where the user is taken from the user admin page to a different page of my choice?

Many thanks

Kevin

Milos Stojanovic Support Agent
5 years ago

Ah, sorry, I now see that you are using the AS script and not Vanguard. Will update the previous comment.

- Milos

Milos Stojanovic Support Agent
5 years ago

Hey Kevin,

I'm glad you figured it out.

Unfortunately, I cannot help you with the customizations. AS is using Bootstrap 4.1 and FontAwesome 5, and if your website is using a different version of bootstrap or font awesome, then you will need to either modify AS's HTML or to make your website use the same version of bootstrap and font awesome. 

Another option is to have the completely custom login form which will post the data via AJAX to the same endpoint that the original AS login form does. Also, instead of embedding the login form to your website, you can always redirect to the login page where users can log into the app.

- Milos

kevin blakely
5 years ago

Hello Milo

I uploaded the site up to my paid hosting server and it worked fine. Thanks

I have one more problem I cannot seem to integrate your form into my website because there is a conflict with my css and the bootstrap css and font awesome and you app.css files. I have attached images. I tried it with includes but got the same result. I have attached images. 

Kind regards

Kevin

Milos Stojanovic Support Agent
5 years ago

Hey Kevin,

You are not getting the confirmation email because your web server (in this case your localhost) is not configured to send the emails properly. I would recommend you to use some third-party SMTP server for sending emails. For testing purposes, you can use Mailtrap.

Not sure what kind of admin section you are looking for but if you log in as admin (default credentials are admin/admin123) you will be able to manage your users and your system roles.

- Milos

kevin blakely
5 years ago

Hello

I am testing the script on my localhost

I am not getting the confirmation email when regsitering. users not getting confirmation but form data is still added to database. Getting 'Please confirm your email first'. message at login

Is there an admin section for the script