Project

General

Profile

Bug #78411

Updated by Josef Glatz over 7 years ago

h1. Problem/Description 

 Actually it's possible to create a be user in the TYPO3 backend without setting an password. 

 h2. Steps to reproduce 

 * Login as admin 
 * Switch to list module 
 * open PID 0 
 * create new be user 
 ** only fill out username 
 * press save 

 Now the user is created and the password field is empty. I can reproduce it with Chrome and Safari. 
 Only tested in 8.5.0-dev Master. 

 Seems like, the problem is, that it's filled with a real value instead of displaying just a placeholder attribute. (The require check don't work) 

 h1. ToDo(s) 

 * Prevent adding Check if it's allowed to create a backend be user without password 
 ** if not, prevent it

Back