blossom-project / blossom

Blossom is a Java framework based on Spring-Boot which enables you to realize your projects quickly and smoothly. It comes with several modules and tools made to ease and speed up your development process.
http://blossom-project.com
Apache License 2.0
21 stars 21 forks source link

Better security default for system account #184

Closed RLejolivet closed 6 years ago

RLejolivet commented 6 years ago

Fix #179

Note that it is possible to override the password and system account activation to recover previous workflow, but it must now be a conscious decision.

Also note that looking for a user with enough privileges to decide if the system account should be enabled will slow down startup somewhat, it is still recommended to explicitly disable system account when not needed.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.3%) to 53.262% when pulling f51200cfc89b612aaa53bdf207261e7799671be8 on RLejolivet:system-account-default-password into 13768d24ac1bcbc3347dc4bf5d41247484a7c1ab on blossom-project:master.