Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Optional password reset #102

@vholer

Description

@vholer

If no PASSWORD* is specified, the user's password on the instance is always reset to '*'

else
usermod -p '*' "${USERNAME}"
fi

This behavior should be possible to disable (e.g. if PASSWORD_RESET=no)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions