further development
This commit is contained in:
parent
0b8449c48d
commit
a6c10f516b
316 changed files with 18735 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
try initializing with different admin passwords
|
|
@ -0,0 +1,8 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=init_do
|
||||
data crypto_password=hallo
|
||||
data crypto_password2=hallo
|
||||
data admin_password=root
|
||||
data admin_password2=rootA
|
||||
data confirm=ja%2C%20loesche%20alle%20Daten%21
|
||||
data weblang=_IFACE_LANG_
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
90
|
|
@ -0,0 +1 @@
|
|||
initialize the box with admin password
|
|
@ -0,0 +1,8 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=init_do
|
||||
data crypto_password=hallo
|
||||
data crypto_password2=hallo
|
||||
data admin_password=root
|
||||
data admin_password2=root
|
||||
data confirm=ja%2C%20loesche%20alle%20Daten%21
|
||||
data weblang=_IFACE_LANG_
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=1
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
try to configure with wrong admin password
|
|
@ -0,0 +1,8 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=config_do
|
||||
data language=de
|
||||
data timeout=5
|
||||
data ip=_HOST_IP_DEFAULT_
|
||||
data current_admin_password=rootA
|
||||
data confirm=ja%2C%20loesche%20alle%20Daten%21
|
||||
data weblang=_IFACE_LANG_
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
90
|
|
@ -0,0 +1 @@
|
|||
configure with right admin password
|
|
@ -0,0 +1,7 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=config_do
|
||||
data language=de
|
||||
data timeout=5
|
||||
data ip=_HOST_IP_DEFAULT_
|
||||
data current_admin_password=root
|
||||
data weblang=_IFACE_LANG_
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=5
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
initialize the box with wrong admin password
|
|
@ -0,0 +1,9 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=init_do
|
||||
data crypto_password=hallo
|
||||
data crypto_password2=hallo
|
||||
data current_admin_password=rootA
|
||||
data admin_password=root
|
||||
data admin_password2=root
|
||||
data confirm=ja%2C%20loesche%20alle%20Daten%21
|
||||
data weblang=_IFACE_LANG_
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=5
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=0
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
|
@ -0,0 +1 @@
|
|||
90
|
|
@ -0,0 +1 @@
|
|||
remove admin password
|
|
@ -0,0 +1,7 @@
|
|||
url https://_HOST_IP_DEFAULT_/cryptobox
|
||||
data action=init_do
|
||||
data crypto_password=hallo
|
||||
data crypto_password2=hallo
|
||||
data current_admin_password=root
|
||||
data confirm=ja%2C%20loesche%20alle%20Daten%21
|
||||
data weblang=_IFACE_LANG_
|
|
@ -0,0 +1,7 @@
|
|||
Data.Config.IP=_HOST_IP_DEFAULT_
|
||||
Data.Config.Language=de
|
||||
Data.Config.TimeOut=30
|
||||
Data.Status.Config=1
|
||||
Data.Status.InitRunning=1
|
||||
Data.Status.IP=_HOST_IP_DEFAULT_
|
||||
Data.Status.Mounted=0
|
Loading…
Add table
Add a link
Reference in a new issue