elleFlorio / svn-docker

Lightweight Docker image to build a container running an SVN server
MIT License
145 stars 106 forks source link

iF.SVNAdmin login failed #31

Closed jj501323402 closed 3 years ago

jj501323402 commented 3 years ago

hi, elleFlorio, I run the container and finished the iF.SVNAdmin first login and click the Save Configuration button, it tells me auto create a admin account ,user name and password all is "admin", but i can't login. it prompt me Wrong user/password combination. Is there any way I can reset the admin password? thanks!

elleFlorio commented 3 years ago

Hello,

I tested it and I could log in correctly with the "admin" "admin" combination. 🤔

Can be a wrong configuration? I set the Subversion authorization file as /etc/subversion/passwd and the User authentication file (SVNUserFile) as the same path.

layanto commented 3 years ago

I set Subversion authorization file as /etc/subversion/subversion-access-control and User authentication file (SVNUserFile) as /etc/subversion/passwd. I login to iF.SVNAdmin using the same username and password as set using docker exec -t svn-server htpasswd -b /etc/subversion/passwd <username> <password>.

elleFlorio commented 3 years ago

Closing this due to inactivity from the OP.

jj501323402 commented 3 years ago

Hi, sorry for my late reply.​​ I ckeck my  configuration,It's really because i didn't set the authorization file right path . The first time I logged in the web, I hit OK without setting a path. Thank you!

------------------ 原始邮件 ------------------ 发件人: "elleFlorio/svn-docker" @.>; 发送时间: 2021年4月6日(星期二) 凌晨4:34 @.>; @.**@.>; 主题: Re: [elleFlorio/svn-docker] iF.SVNAdmin login failed (#31)

Hello,

I tested it and I could log in correctly with the "admin" "admin" combination. 🤔

Can be a wrong configuration? I set the Subversion authorization file as /etc/subversion/passwd and the User authentication file (SVNUserFile) as the same path.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.