Skip to content
Snippets Groups Projects
Commit 6161a9e8 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

extra v in vviews

parent 63692fd7
No related branches found
No related tags found
No related merge requests found
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
} }
try { try {
if ($user_guid = register_user($username, 'generic', $name, $email, false, 0, '', true)) { if ($user_guid = register_user($username, generate_random_cleartext_password(), $name, $email, false, 0, '', true)) {
$thisuser = get_user($user_guid); $thisuser = get_user($user_guid);
//pre-populate profile fields with data from Peoplefinder Services //pre-populate profile fields with data from Peoplefinder Services
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment