User tests: Successful: Unsuccessful:
Pull Request for Issue # .
https://github.com/joomla/joomla-cms/blob/3.6.4/administrator/components/com_users/config.xml#L45-L68
Default values should be send mail to admin and admin activation.
The default value for the useractivation param is 2
Install Joomla 3.7.0 and use the sample_learn.sql sample data,
confirm the "New User Account Activation" setting is Administrator
None.
Status | New | ⇒ | Pending |
Category | ⇒ | SQL Installation |
if not already in place, these changes should be reflected also in PostgreSQL and SQL Azure data for each sample set.
PostgreSQL and SQL Azure data are already ok.
for useractivation, yep.
But you may want to look at guest_usergroup as they do not get the same id
form "guest_usergroup":"13" to "guest_usergroup":"9" ?
I guess we have to check what is the good one.
in the sample_learn.sql there are 2 new group: "Shop Suppliers (Example)" (ID 10) and "Customer Group (Example)" (ID 12)
and I think the developer set the last ID number for the guest_usergroup (13)
also in the joomla.sql guest_usergroup is the last number 9
maybe it's better to leave so
In the sample learn data the guest group have id 13 so everything is correct we just need to correct the useractivation and set this to admin.
What is important is to make sure all sample data have the same settings.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-12-11 21:48:00 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
same problem in the sample_testing.sql