util-yaml - revisit the configuration written for the calamares users module #348
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#348
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From a forum topic regarding invalid passwords written when user select auto login and the related investigation into the issue lead back to the configuration written by
util-yaml.shbywrite_users_conf()function.The installer’s configuration
/etc/calamares/modules/users.confwith contentThe schema defines
passwordRequirementsas part ofusers.schema.yamlbut the schema does not define anonemptyproperty.– src/modules/users/users.schema.yaml · development · Applications / calamares · GitLab
We will need a revision to match the latest schema for the users module - at the same time - we need to verify if other functions are writing invalid calamares configuration files.
@philm
changed the description