Skip to content

How to set password for new user #1559

Answered by alex001x
Nadia00485 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

To add a user in OpenDCIM, if you use Apache (default installation on Linux) this happens on the terminal
You create an OpenDCIM user "Alex" in OpenDCIM
On Linux terminal - Apache server -
use the command: htpasswd yourDirFolderOpendcim/.htpasswd user
"htpasswd /opt/openDCIM/opendcim/.htpasswd Alex"
then follow the instructions
if user right error then "sudo htpasswd /opt/openDCIM/opendcim/.htpasswd Alex"
then reload Apache
"sudo systemctl reload apache2"
or restart the Apache service
"sudo systemctl restart apache2"
good job !!!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Nadia00485
Comment options

Answer selected by Nadia00485
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants