Fórum

remove new password

sasmita swain, modificado 11 Anos atrás.

remove new password

Regular Member Postagens: 183 Data de Entrada: 24/02/12 Postagens Recentes
hi

i am working on LR6.1.how to remove set new password from portal page.. i have kept password in createaccount.jsp.
i want to validate password between 6-12 characters.where should i validate password?

Thanks in advance
thumbnail
Vishal Panchal, modificado 11 Anos atrás.

RE: remove new password

Expert Postagens: 289 Data de Entrada: 20/05/12 Postagens Recentes
sasmita swain:
hi

i am working on LR6.1.how to remove set new password from portal page.. i have kept password in createaccount.jsp.
i want to validate password between 6-12 characters.where should i validate password?

Thanks in advance


Hi sasmita swain,

Cant getting your first problem but yes for the second( validate password) you may validate password by overriding validate method in UserLocalServiceImpl.java
which is exactly located in portl source -->liferay-portal-src-6.1.20-ee-ga2\portal-impl\src\com\liferay\portal\service\impl\UserLocalServiceImpl.java

Thanks & Regards,
Vishal R. Panchal
sasmita swain, modificado 11 Anos atrás.

RE: remove new password

Regular Member Postagens: 183 Data de Entrada: 24/02/12 Postagens Recentes
thanks for your quick responce

after create new account,set new password is comming.how it will be remove from portal page?

Thanks
thumbnail
Vishal Panchal, modificado 11 Anos atrás.

RE: remove new password

Expert Postagens: 289 Data de Entrada: 20/05/12 Postagens Recentes
sasmita swain:
thanks for your quick responce

after create new account,set new password is comming.how it will be remove from portal page?

Thanks


Hi sasmita swain,

For removing default password reset in 6.1 you have to change/edit password policy from control panel.

You may see this link for more info.emoticon

Enjoy..!

Thanks & Regards,
Vishal R. Panchal