diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-08-20 16:47:39 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-08-20 16:47:39 +0200 |
commit | 559437f6cf63836f0698ea74f003f481eb7bf29d (patch) | |
tree | 1ffa639927af19278b3e537f23ec2a2f4fd1a9de /id/server/auth/src/main/webapp | |
parent | 7af9d603860dab1b618de7981ae3f0a27ea130db (diff) | |
download | moa-id-spss-559437f6cf63836f0698ea74f003f481eb7bf29d.tar.gz moa-id-spss-559437f6cf63836f0698ea74f003f481eb7bf29d.tar.bz2 moa-id-spss-559437f6cf63836f0698ea74f003f481eb7bf29d.zip |
update SecurityLayer Template
Diffstat (limited to 'id/server/auth/src/main/webapp')
-rw-r--r-- | id/server/auth/src/main/webapp/template_localBKU.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/auth/src/main/webapp/template_localBKU.html b/id/server/auth/src/main/webapp/template_localBKU.html index f197d2c5c..88fad25ae 100644 --- a/id/server/auth/src/main/webapp/template_localBKU.html +++ b/id/server/auth/src/main/webapp/template_localBKU.html @@ -11,7 +11,7 @@ </script>
</head>
<body onLoad="onAnmeldeSubmit()">
- <form name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data<>">
+ <form target=<REDIRECTTARGET> name="CustomizedForm" action="<BKU>" method="post" enctype="multipart/form-data<>">
Falls Sie nicht automatisch weitergeleitet werden klicken Sie bitte hier:
<input class="button" type="submit" value="Starte Anmeldung" name="Senden">
<input type="hidden" name="XMLRequest" value="<XMLRequest>">
|