Commands Help : htpasswd

  •  Manage user files for basic authentication

[SYNOPSIS] htpasswd OPTION PASSWORDFILE USER PASSWORD
option
-cCreate the passwdfile. If passwdfile already exists, it is rewritten and truncated
-bUse batch mode; i.e., get the password from the command line rather than prompting for it
-nDisplay the results on standard output rather than updating a file
-mUse MD5 encryption for passwords
-dUse crypt() encryption for passwords (default)
-sUse SHA encryption for passwords
-pUse plaintext passwords
-DDelete user

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators