| Create new webdav users |
|
Customer question: When i create a new user using the webapp i can't seem to use it to map a networkdrive . When i change the password of admin it only works for the webapp , if i need to map it in for instance windows i still need the old password . How can I create new webdav users? Answer: To access the box using SSH use root and user pass, the users in the interrface are useful only for access web GUI, to change the user of webdav you need to edit the file .htpasswd on the /mnt/flash/root/spool of the box using apache htpasswd command: htpasswd <username> .htpasswd password: |