473,386 Members | 1,715 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Reenter your password functionality

I am currently working on a database that requires passwords and accounts, during the registration I am wanting to have the user enter a string password into one textbox and then an additional one. I would like to check the textboxes to ensure that they match. Any help is much appreciated, Thanks in Advance!
Jun 20 '17 #1

✓ answered by NeoPa

Hi.

OTOH ==> On the other hand.
Using operating System accounts (IE. What you log onto the computer or network as.) saves you all that hassle as well as being a lot more reliable.

IE. In most cases you already have the user logging on to identify themselves. Why build a new system to duplicate what you already have, and have access to?

3 825
NeoPa
32,556 Expert Mod 16PB
So, you know what you want to do. How far are you getting before you're stuck?

Consider also, that in most systems nowadays you already have account information in as much as the user must log on to their system before they can get access to the database. This information is always available (Function to Return UserName (NT Login) of Current User) so it nearly always makes sense to use that instead of trying to roll your own.

If you really must roll your own then at the very least you should make sure that the passwords are never stored in plain text. That's criminal behaviour. I actually mean that. Almost. In some instances it actually can be considered criminal as it exposes users' passwords to those who would use the information for further criminal acts. This affects more than just those systems you're responsible for as users often use the same passwords in multiple systems. Hence the possibility of exposing yourself to criminal prosecution unless you can show you've taken reasonable measures to prevent that. An Access database with passwords stored in plain text is certainly not an example of reasonable measures.

OTOH using O/S accounts saves you all that hassle as well as being a lot more reliable.
Jun 20 '17 #2
Some additional context. The database never stores passwords in plain text, nor are they ever entered in plain text. I have a function set up that is capable of login functionality. The problem I am having is occuring during the registration of a user. I am looking to create an extra barrier or poka-yoke to minimize future issues by making the user enter their password twice and check that it is the password they are wanting to save instead of just entering their password once.

Where am I getting stuck? I think that this could be achieved with a DLookup function in the VBA code of the form but I am not sure that is the best way to go about it

I am fairly new to heavy Access & VBA usage so I don't fully understand your last sentence, if you could clarify slightly I would be much obliged.

Thanks for answering!
Jun 20 '17 #3
NeoPa
32,556 Expert Mod 16PB
Hi.

OTOH ==> On the other hand.
Using operating System accounts (IE. What you log onto the computer or network as.) saves you all that hassle as well as being a lot more reliable.

IE. In most cases you already have the user logging on to identify themselves. Why build a new system to duplicate what you already have, and have access to?
Jun 20 '17 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Doug Bell | last post by:
Hi I am having difficulty getting a password form to work correctly. I am using VB.Net. The required functionality is to allow a change to a setting but when a save button is clicked a password...
6
by: Matt | last post by:
By using javascript, is it possible to disable the REFRESH functionality (F5 or refresh icon) in a browser? Please advise. Thanks!!
7
by: Simon Harvey | last post by:
Hi all, Can anyone help me with the following: I have a page that has a couple of password fields - txtPassword and txtConfirmPassword I also have a need on this page to do postbacks and...
6
by: Andre Ranieri | last post by:
I'm trying to create a login page for customers to log into our corporate website, our presidents naturally wants the user and password fields to populate from a cookie so the customer doesn't have...
9
by: kwindham | last post by:
This program doesn't seem like it should be too hard, but I cannot figure it out. Here is the assignment: Password Verifier - Write a program to verify passwords, satisfying the following...
0
by: serkan | last post by:
Guys, I am trying to get this password reset functionality wor for me but I am not successful at all. Please somebody help me. I get "Your password could not be reset - please try again later" so I...
6
by: Charleees | last post by:
Hi all, I have a Login Page whrere all Functionalities such as validations are Done in Client Side... I have to Implement Remember My Mail Id and PAss Word Functionality also in Client side.....
0
by: Mwob | last post by:
Hi all, I'm about to start creating a custom membership provider. Its for a website that already has a table of users in a single table, so I need to create a custom MP to talk to the data in...
1
by: ITCraze | last post by:
Hello everyone, I want to ask about how to create password internally in ASP.NET web application. Like I have a application in which administrator will create user. And he will...
0
by: systeko | last post by:
Hello, I have one little problem which make me crazy. I've made application (for Windows) in Visual C#. On one panel I've got datagridview control which is not bind to database, I populate it...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.