0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-21 08:39:05 +02:00
gitea/modules/log
wxiaoguang d3cdef88ad
Add some tests to clarify the "must-change-password" behavior (#30693)
Follow  #30472:

When a user is created by command line `./gitea admin user create`:

Old behavior before #30472: the first user (admin or non-admin) doesn't
need to change password.

Revert to the old behavior before #30472
2024-04-27 12:23:37 +00:00
..
color.go
color_console.go
color_console_other.go
color_console_windows.go
color_router.go
event_format.go Enable more revive linter rules (#30608) 2024-04-22 11:48:42 +00:00
event_format_test.go
event_writer.go
event_writer_base.go Reduce some allocations in type conversion (#26772) 2023-08-29 00:43:16 +08:00
event_writer_conn.go
event_writer_conn_test.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
event_writer_console.go
event_writer_file.go Use stderr as fallback if the log file can't be opened (#26074) 2023-07-24 04:57:21 +00:00
flags.go
flags_test.go
groutinelabel.go
groutinelabel_test.go
init.go Do not output "Trace" level logs from process manager by default (#24952) 2023-05-27 10:55:24 +00:00
level.go
level_test.go
logger.go
logger_global.go Add some tests to clarify the "must-change-password" behavior (#30693) 2024-04-27 12:23:37 +00:00
logger_impl.go Fix sub-command log level (#25537) 2023-06-28 08:02:06 +02:00
logger_test.go Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
manager.go Do not output "Trace" level logs from process manager by default (#24952) 2023-05-27 10:55:24 +00:00
manager_test.go Fix sub-command log level (#25537) 2023-06-28 08:02:06 +02:00
misc.go
stack.go