Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 months ago. Improve this question I have an idea to create database user (account with username and password that can access MS SQL database with
Tag: authentication
How to find login name in SQL Server from a user_name of database
How can I find login name in SQL Server from a user_name of database using a stored procedure? Answer For example you can use the system functions
vb Directly putting sql data from database into textbox once login is sucessful
I need some help with putting the SQL data from my database directly into Textbox1 (Firstname) and Textbox2 (lastname) once the login is successful. Basically, my code validates the username, password, and email (using the stored password, username, and email from my sql table). Then, its supposed to put the firstname and lastname attached to the username, password, and email
Designing a database for Large Data and Multiple Users [closed]
I am designing a project that can require thousands of records per Admin(I estimate within a couple years I will see over 100,000 records in the database) and all records are unique to each Admin. (ie …
What are best practices for login and passwords when there is only one user?
I feel like there’s a lot of information for developers on protecting user information when there are multiple users who each need to have their passwords stored. But what if there is only 1 user? A sign up page wouldn’t be needed as you could set the username and password yourself. I’m basically making a nicer view for database stuff
How to secure save user login for long term access
I create a PHP/MySQL application that will be used to log in to the user with a username and password, but I need the user login to the system to survive even turning off the browser or restarting the …