| Line 258... |
Line 258... |
| 258 |
} else {
|
258 |
} else {
|
| 259 |
$ERRMSG = "Attempting to update someone else's record, and you don't have permission to do that.";
|
259 |
$ERRMSG = "Attempting to update someone else's record, and you don't have permission to do that.";
|
| 260 |
}
|
260 |
}
|
| Line 261... |
Line 261... |
| 261 |
|
261 |
|
| 262 |
} elsif ($view eq 'New User') {
|
262 |
} elsif ($view eq 'New User') {
|
| 263 |
$errors = $h->br."NOTE: You will not be able to login until your account has been reviewed and approved. Watch your email for notification.";
|
263 |
$errors .= $h->br."NOTE: You will not be able to login until your account has been reviewed and approved. Watch your email for notification.";
|
| 264 |
# Skip authentication
|
264 |
# Skip authentication
|
| 265 |
$F->{email} = $h->input ({ type=>"text", name=>"email", value=>$F->{email} });
|
265 |
$F->{email} = $h->input ({ type=>"text", name=>"email", value=>$F->{email} });
|
| 266 |
$F->{password} = $h->input ({ type=>"password", name=>"password" });
|
266 |
$F->{password} = $h->input ({ type=>"password", name=>"password" });
|
| 267 |
$F->{derby_name} = $h->input ({ type=>"text", name=>"derby_name", value=>$F->{derby_name} });
|
267 |
$F->{derby_name} = $h->input ({ type=>"text", name=>"derby_name", value=>$F->{derby_name} });
|