+ 1

how to make a separate login and password system

How to create this kind of login system that same as Microsoft, Google which is separate email and password. Can you do it in JavaScript? this kind of separation

19th Dec 2018, 10:38 PM
Matheus Batista
Matheus Batista - avatar
2 ответов
+ 2
Like put input for password in different page ? For security reason dont use javascript for this. Let server side handle the value. You can use session in php to store the username so you can use it later when user submit the password
20th Dec 2018, 3:01 AM
Taste
Taste - avatar
+ 1
What do you mean by separate?
20th Dec 2018, 1:37 AM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar