How to compare the pass word given is same at the time of registration.

Asked by Santhosh Motamarry

How to compare the pass word given is same at the time of registration.

Eg:

At the time of registration we have a field password and confirm password. how can we check these two fields.

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

if pw1 == pw2:
    print "equal"
else:
   print "not equal"

Can you help with this problem?

Provide an answer of your own, or ask Santhosh Motamarry for more information if necessary.

To post a message you must log in.