User tests: Successful: Unsuccessful:
params={"strong_passwords":"1","autoregister":"1"}
If you access the plugin and just save it
params={"autoregister":"1","mail_to_user":"1","forceLogout":"1"}
Thus, plugin params are not persisted after installation, with the default xml configuration values.
Fix on SQL scripts to have the same values than default xml configuration.
Labels |
Added:
?
|
Category | ⇒ | Installation MS SQL Postgresql SQL |
@Test Success. Params in database initialized correctly after installation (pre-save), i.e. as shown in description for post-save.
Thanks for the PR @anibalsanchez and the testing @richard67!
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-17 16:16:40 |
Good catch, @anibalsanchez!
One more "tester", then can be merged. Thanks!