@@ -530,8 +530,8 @@ AUTH = ConfigSection(
help=_("When set to true this will allow you to specify a password for "
"the user when you create the user and then force them to change "
"their password upon first login. The default is false."),
- type=str,
- default="false",
+ type=coerce_bool,
+ default=False,
)
))