This is the code snippet for auto sign-in users in SAP Hybris:
@Resource(name = "autoLoginStrategy")
private AutoLoginStrategy autoLoginStrategy;
autoLoginStrategy.login(form.getEmail().toLowerCase(), form.getPassword(), request, response);
This is all for showing the snippet for how to auto sign-in users in Hybris. To view all of our Hybris posts, click here.
0 Comments