Self Registration

Swany

New member
Hello,

I am referring to the self registration process.
I added a user group called clients. The id for this record is 3.

I changed these Two parameters in config.php:

$enable_users_self_registration = 1;

// default group for self registration. If $enable_users_self_registration = 1, here you can set the id of the group the users belong, by default, when they register. When DaDaBIK is installed, there are only two groups: admin (having ID 1) and default (having ID 2)
$default_group_user_self_registration = 3;

When someone self registers they are being assigned to group 2. I understand they should be assigned to group 3 with these config changes.

I’m am using dadabik version 11.1.

Apache Version 2.4.52
PHP Version 7.2.34
MySQL Version 10.3.31-MariaDB-cll-lve
Architecture x86_64
Operating System linux

Can you help?
 

deep64blue

DaDaBIK Guru
I was literally just logging on here to report the same issue!

$default_group_user_self_registration = 4;

New users are being registered to group 2.

System said:
Your current DaDaBIK version
You are using DaDaBIK version 11.2-Elba enterprise, installed on Dec 14, 2021 (installation code: 17299615d85299380a), the latest version of DaDaBIK is 11.2-Elba released on Nov 16, 2021

You are runnning the latest release of DaDaBIK

In case you want to upgrade to a more powerful edition (from Pro to Enterprise/Platinum, from Enteprise to Platinum) please contact us.

System info
PHP Version: 7.4.27

mysql version: 5.5.5-10.4.21-MariaDB-log

Web server: Apache

Client: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62

URL installation: http://localhost/Web/sblpa/all/
 

eugenio

Administrator
Staff member
You are both right, there is a bug that causes DaDaBIK to force the group for self registered users to 2.
I will release soon a fix, sorry for the inconvenience.

Best,
 
Top