summaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-xcreateaccount.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/createaccount.cgi b/createaccount.cgi
index edd1c0a66..b50f9d87a 100755
--- a/createaccount.cgi
+++ b/createaccount.cgi
@@ -69,9 +69,9 @@ if (defined($login)) {
$vars->{'login'} = $login;
- $dbh->bz_lock_tables('profiles WRITE', 'groups READ',
+ $dbh->bz_lock_tables('profiles WRITE', 'profiles_activity WRITE',
'user_group_map WRITE', 'email_setting WRITE',
- 'tokens READ');
+ 'groups READ', 'tokens READ', 'fielddefs READ');
if (!is_available_username($login)) {
# Account already exists