agustibr / wp-coop

1 stars 0 forks source link

Ruscaire Register form doesn't check if username exists #6

Closed agustibr closed 12 years ago

agustibr commented 12 years ago
<?php  
       $username = $_POST['username'];
       if ( username_exists( $username ) )
           echo "Username In Use!";
       else
           echo "Username Not In Use!";
?>

Function Reference / username exists http://codex.wordpress.org/Function_Reference/username_exists

agustibr commented 12 years ago

also form llista espera