File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Resources/Private/Templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
< f:else >
18
18
< f:form action ="authenticate " method ="post ">
19
19
< fieldset >
20
- < input placeholder ="test@example.com " name ="__authentication[TYPO3 ][Flow][Security][Authentication][Token][UsernamePassword][username] " type ="email " autofocus >
21
- < input placeholder ="Passwort " name ="__authentication[TYPO3 ][Flow][Security][Authentication][Token][UsernamePassword][password] " type ="password " value ="">
20
+ < input placeholder ="test@example.com " name ="__authentication[Neos ][Flow][Security][Authentication][Token][UsernamePassword][username] " type ="email " autofocus >
21
+ < input placeholder ="Passwort " name ="__authentication[Neos ][Flow][Security][Authentication][Token][UsernamePassword][password] " type ="password " value ="">
22
22
< input type ="submit " value ="Login " class ="button large primary " />
23
23
</ fieldset >
24
24
</ f:form >
Original file line number Diff line number Diff line change 17
17
< fieldset >
18
18
< label >
19
19
E-Mail-Adresse
20
- < f:form .textfield property ="email " placeholder ="test@example.com " name ="__authentication[TYPO3 ][Flow][Security][Authentication][Token][UsernamePassword][username] " type ="email "/>
20
+ < f:form .textfield property ="email " placeholder ="test@example.com " name ="__authentication[Neos ][Flow][Security][Authentication][Token][UsernamePassword][username] " type ="email "/>
21
21
< f:render partial ="FormErrors " section ="ValidationResults " arguments ="{for: 'registrationFlow.email'} "/>
22
22
</ label >
23
23
You can’t perform that action at this time.
0 commit comments