Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed login #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RyanWalker277
Copy link

@tushar5526
Copy link
Collaborator

It seems this commit will change a lot of default variables and I am not aware of side effects. I think best for now is just to find a way to replace the default super user password.

@RyanWalker277
Copy link
Author

https://github.com/getodk/aggregate/blob/0eb781cc47cc879c43ea2cdd39b2a1d7e277bda7/docs/aggregate-config.md?plain=1#L61

The security.properties file is the one responsible for overriding the default security values bundled in the jar. According to the docs, there is a parameter for specifying the username but not the password.

For the latter (which defaults to blank), you can put in a username that
will, by default, be able to login with the password mentioned in the
securities.properties comments

In a similar forum thread (refs), the answer suggested to change the security.properties to pick up the username from there but said almost nothing about the password. They suggest to change the default pass upon initialization. Have put in my comment there, awaiting a response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants