made the "create username/password"-part work with the newer snapshots.
This commit is contained in:
parent
32663df930
commit
2daf832db0
1 changed files with 4 additions and 4 deletions
|
@ -219,10 +219,10 @@ function createAuth() {
|
|||
} else {
|
||||
// no input from webform, so print it
|
||||
res.reset();
|
||||
res.skin = "basic";
|
||||
res.title = "username & password on " + root.hostname_macro();
|
||||
res.head = renderSkinAsString("head");
|
||||
res.body = renderSkinAsString("pwdform",obj);
|
||||
res.data.title = "username & password on " + root.hostname_macro();
|
||||
res.data.head = renderSkinAsString("head");
|
||||
res.data.body = renderSkinAsString("pwdform",obj);
|
||||
renderSkin("basic");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue