View Issue Details

IDProjectCategoryView StatusLast Update
0003416OXID eShop (all versions)3.1. Design, GUI, UXpublic2018-10-19 15:01
Reportertjungcl Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Product Version4.5.5 revision 40299 
Summary0003416: js validation message in login.tpl has in-tag-style and password is not validated (empty)
Descriptionin the forms/login.tpl there is a padding style in the tag itself which makes it hard to style the padding via custom css file.

plus, the password field should be validated as not empty.
TagsCSS, JavaScript
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

dainius.bigelis

2011-12-29 14:12

reporter   ~0005561

Regarding the password field validation:
in the My Account section (when user is not loged in - login form is displayed) - the validation for empty password field is performed. But validation is missing in the pop-up login form (at top-right corner, when clicked on Login link): then if password is not inserted - system performs a check if such user exists.

Regarding the styles - please check from the source code side, if correct style is used in this place.

QA

2018-10-19 15:01

administrator   ~0012648

With the current admin style it isn't reproducible anymore.