xetus-oss / docker-archiva

A docker image for Apache Archiva
Apache License 2.0
55 stars 33 forks source link

admin password expires #1

Closed rakesh-roshan closed 8 years ago

rakesh-roshan commented 8 years ago

How to disable password expiry?

tkent commented 8 years ago

@rakesh-roshan

This is a little more of a "how do I configure archiva" question than something about our container configuration. In the future, please direct such questions over to the archiva mailing lists or stackoverflow.

The setting for password expiration is documented here on the archiva site. The file they mention the docs, conf/security.properties, can be modified separately from the container in the data volume under the conf directory.

One last thing - if the password is already expired for a user and you don't have a way of reseting it from the UI, then you'll want to manually change the JDOUSER table in the associated database to get access.

rakesh-roshan commented 8 years ago

Thanks, Yeah I found the archiva.xml file. Mainly I wanted to know the location of conf file in container.