diff --git a/webui/src/views/SettingsModal.tsx b/webui/src/views/SettingsModal.tsx index a9688cab..4a6b5cb9 100644 --- a/webui/src/views/SettingsModal.tsx +++ b/webui/src/views/SettingsModal.tsx @@ -101,6 +101,17 @@ export const SettingsModal = () => { labelCol={{ span: 6 }} wrapperCol={{ span: 16 }} > + {config.auth?.users?.length === 0 ? ( + <> + Initial backrest setup! +
+ Backrest has detected that you do not have any users configured, please add at least one user to secure the web interface. +
++ You can add more users later or can reset users by editing the configuration file. +
+ > + ) : null}