cancel
Showing results for 
Search instead for 
Did you mean: 

creating a simple login page using Hybris?

Former Member
0 Kudos

1.What is workflow in Hybris ? 2.Suppose I need to create a own store then what will be the steps for same ? 3.Could You Please tell me the steps one-by-one for creating a simple login page using Hybris ( Cockpit,hmc,etc.), login page specification are below : login page a) should have two text field. b)Two button(login and cancel). c)One link for capture the password if customer forgot? d) login the validate customer to next static page and for non validate customer,alert should be like "Wrong credential " . login page example like ---Facebook page or hybris wiki login page..

"Thanks in advance".................

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

You can use spring security for the login session.

spring-security-config.xml – configuration file you can specify form-login details.

You can use default security servlet for login - j_spring_security_check

Login JSP you have to create your own 🙂

Sample link : springbyexample.org/examples/simple-spring-security-webapp.html

Former Member
0 Kudos

Thanks for that , could you please tell me about this: Suppose I need to create a own store then what will be the steps for same ?

Former Member
0 Kudos

You can extend yb2bacceleratorstorefront template and explore the storefront. If you are happy with previous answer - please accept it... 🙂

Answers (0)