I have found a code which shows how to create a login form, but it is only for a limited number of users. Can you please tell me how to convert it to a login form for a unlimited number of users ?
The url with the code (of the user Zach Elfers).
|
I have found a code which shows how to create a login form, but it is only for a limited number of users. Can you please tell me how to convert it to a login form for a unlimited number of users ? The url with the code (of the user Zach Elfers). |
|||||||||||||||||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
The link you posted is in NO WAY A SAFE METHOD for a login form. Here is a better start to look into this matter of using a login script. IF you want to do it in javascript only for some weird reason (possible only using in a localhost with no server-side language), i would still recommend you encrypt at least the password |
||||
|
|
|
its only basic validation for new users, javascript is client side, all users will see users and passwords in source. You cant add more user unless you change code from server which needs server side code. |
|||
|
|