Mike - 2005-04-07 10:59:39
Hy,
there is a Security Problem in your class. If you know a User (loginname) and you take the Password "new" you can login without Problems.
The Problem is switch in function check_user($pass).
Perhaps you can take instead this something like this:
...
function check_user($pass,$art)
switch ($art) {
...
Keep going on whith the class... it is a good skript...
bye
Mike