You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In chamilo:status, we show the database password on the command line straight away.
However, in the db:show_conn_info command, we get:
# chash db:show_conn_info
Are you sure you want to show the database connection info here? (y/N)
...and we need to say "y" to show the info.
What should happen: for the chamilo:status command, there should be a replacement of the password by "****** (use --showpass to show password)" (and obviously that param should exist).
The text was updated successfully, but these errors were encountered:
In chamilo:status, we show the database password on the command line straight away.
However, in the db:show_conn_info command, we get:
...and we need to say "y" to show the info.
What should happen: for the chamilo:status command, there should be a replacement of the password by "****** (use --showpass to show password)" (and obviously that param should exist).
The text was updated successfully, but these errors were encountered: