Hello. I’m Designing A Software For Teachers And Students But I’ll Just Get Straight To The Point Instead Of Rambling On!
I need a code writing that will query users account details input and either
- validate and send them to their database dashboard.
- show a try again message.
So I figure the code would need to be something like this
If Username, Password and School Are All Identical To Database Route To /example/username
If Error Show Text.
Could somebody help me with this.
Muchly Appreciated.
hey could anybody help with this?
Hi,
I could not understand where you get the information from?
school and username come from the router?
where do you get the password?
Hey. sorry for the delay in responding. I have a database set up with the school username, username and the password and i would like the log in page to validate the response and take it to the relevant page.
First you’ll have to design a whole login system which is not an easy task. You may also opt to match email’s to the email on the database after the profile is created then route to their profile but I’m not sure how to do this yet, be cuase your privacity settings are set to display the dynamic page only to the creator of the content so if the user did not create the content then it won’t match it.
You may create an acount for each user before uploading the information, then when the user is trying to log in it’ll go through the forgot password to create a new one and have acees to their contents.