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

[Enhancement] Move CRON Web Interface Credentials Information to Class 'AppConfig' #73

Closed
usernane opened this issue Sep 9, 2021 · 0 comments · Fixed by #72
Closed
Labels
background-jobs Related to background jobs (CRON) enhancement Improve performace or existing feature.

Comments

@usernane
Copy link
Member

usernane commented Sep 9, 2021

Problem

Currently, the password which is used to login to CRON Web Interface must be hashed first and then set using the method Cron::password() manually. For normal people, this can be annoying task as it must be performed manually.

Suggested Solution

Since the password can be configured, why not to store it in the class AppConfig to make it part of the application configuration variables? If we do that, then it is possible later on to set the password using CLI commands.

@usernane usernane added enhancement Improve performace or existing feature. background-jobs Related to background jobs (CRON) labels Sep 9, 2021
usernane added a commit that referenced this issue Sep 23, 2021
@usernane usernane mentioned this issue Sep 23, 2021
Merged
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
background-jobs Related to background jobs (CRON) enhancement Improve performace or existing feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant