Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.

I'm writing MVC 5 web app and I want to use personal DB (i got user tables and everything ready), with my validation rules, etc for login system. Please advise me how to do what, or redirect to helpful links.
Posted
Comments
[no name] 22-Jul-14 18:34pm    
If you have everything ready to go for your custom login, what would be your question for us (that do not know anything at all about what you are trying to do)?
Member 10964391 22-Jul-14 18:50pm    
I have DB schema. I just have tables actually. I want to be able to manually check if password user submitted satisfies my validation rules (this will include checking multiple colons in table, since ill use hash + salt for password) and save that data in my table.
As far as I know so far, in MVC 5 default project, i can only register with username that has to be email-like (something@something.com) and pass length has to be greater than 6, and contain digit. Plus i don't know where is user data stored. I want more control over that.
[no name] 22-Jul-14 20:16pm    
Okay.... and? You have a database but you don't know where the data is stored? How does that happen? You are making the wild assumption that someone can read your mind and figure out exactly what is causing you a problem. It's your custom login logic that we know nothing about. How is it that you suppose that we can help with whatever your problem actually is? So far, you have not asked a specific question or defined a specific problem.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900