theLastPixel / LogIn

The user can request an account to log in after the authentication of the administrator has been correctly.
0 stars 3 forks source link

Validacion .NET #28

Closed 2314-RAustin closed 5 years ago

2314-RAustin commented 5 years ago

Validar que el usuario al final del nombre de usuario tecelee .net y en caso de que no lo ponga automaticamente se acomplete con el fin de detectar en el login si el usuario que se esta tratando de logear es interno o externo

2314-RAustin commented 5 years ago

Se realiza validación por medio de if de la siguiente manera

if (pointNet != ".net") { userMaster = userMaster + ".net" etc etc....} else{ etc etc etc..... await newProfileInterno.save(); }