Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C# by fdfd ( 6 years ago )
. If (email Textbox is not set)
{
A. Print “An Email Address Must Be Provided”
}
2. else If (password Textbox is not set)
{
A. Print “A Password Must be Provided.”
}
3. else if (email not found in database)
{
A. Print” The Email Address Is Badly Formatted.”
}
4. else if (password not found in database)
{
A. Print” The password is invalid, or the user does not have a password.”
}
5. else
{
A. Load scene
B. Direct user to homepage scene
}
Revise this Paste