Changes between Initial Version and Version 1 of Ticket #36542, comment 10
- Timestamp:
- Mar 21, 2026, 5:02:58 PM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36542, comment 10
initial v1 1 1 > The reason the password appears in the screenshot above is that some of the functions deeper down the stack (at the auth-backend / model level) aren’t decorated with the sensitive_variables decorator. 2 2 3 Noting we have an accepted ticket for that in #35930 .3 Noting we have an accepted ticket for that in #35930 with respect to the methods for initiating a database connection.