CEbbinghaus

Results 147 comments of CEbbinghaus

Can't we convert the display name from `String` to `Option` and render the template as `display_name.unwrap_or(domain)` so we always keep in sync with the domain unless explicitly set? I agree...

Maybe just a warn icon (ala ⚠️) in the bottom corner that expands to the message "Settings won't take effect until saved". So we only cover a small corner of...

I am keen on password verification rolling straight into TOTP registration. That should stop people trying to save without TOTP. additionally it may be smart to have two buttons at...

I think having the user explicitly hit save is fine. But I think that choice should be moved at the end of the credential registration **before** the user is returned...

I think this would be a nice way to add at least a hint of security to the reset token. Even admins can be duped so allowing the creation of...

@yaleman Happy for me to take this one?

Original issue requesting cert reloading: #1271

@Firstyear well the setup I have right now is 1 container spinning up Lego and a docker volume for the certs. There is no shared network between the Lego container...

@Firstyear `inotify` is only if we have use a file watcher. My personal preference is a periodic read of the file system and just update ourselves. A `chron` expression in...

@Firstyear That is a far superior suggestion to what I had (random value every query). Absolutely that is the way to go.