Multiple Passwords

I am working on a client log-in page, and I would like to have multiple passwords instead of one. This is the code I am using:

[color=purple]password = inputName[/color]
[color=purple]if (password == “kirupa”) {
inputStatus = “Access granted!” ;
} else {
inputStatus = “Access denied!” ;
}[/color]
[color=#800080][/color]
[color=black]I have tried making two action frames and on this: if (password == “kirupa”){ I just did this: if (password == “kirupa”“WandMan”“Lizrds”“Foz”){[/color]

Help!!!