Sync new-user fix from common area
[clinton/scripts.git] / new-user
index 79cf96e..fa4aff8 100755 (executable)
--- a/new-user
+++ b/new-user
@@ -2,7 +2,7 @@
 
 USERNM=$1
 REALNM=$2
-EMAILADDR=$4
+EMAILADDR=$3
 PWFILE=/var/lib/portal/$USERNM
 
 if test -z "$USERNM"; then