mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Merge branch 'dev' into 'master'
Fix unRaid xml & user imports on import3 See merge request crafty-controller/crafty-4!330
This commit is contained in:
commit
2ef3df4725
@ -203,8 +203,8 @@ class HelperUsers:
|
||||
@staticmethod
|
||||
def add_rawpass_user(
|
||||
username: str,
|
||||
password: str = None,
|
||||
email: t.Optional[str] = None,
|
||||
password: str = "",
|
||||
email: t.Optional[str] = "default@example.com",
|
||||
enabled: bool = True,
|
||||
superuser: bool = False,
|
||||
) -> str:
|
||||
|
@ -2,7 +2,7 @@
|
||||
<Container version="2">
|
||||
<Beta>True</Beta>
|
||||
<Name>Crafty</Name>
|
||||
<Repository>crafty-controller/crafty-4:latest</Repository>
|
||||
<Repository>registry.gitlab.com/crafty-controller/crafty-4:latest</Repository>
|
||||
<Registry>registry.gitlab.com/crafty-controller/crafty-4</Registry>
|
||||
<Network>bridge</Network>
|
||||
<MyIP/>
|
||||
|
Loading…
Reference in New Issue
Block a user