Subversion Repositories SmartDukaan

Rev

Rev 31848 | Rev 32559 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31848 Rev 32381
Line 27... Line 27...
27
public class AuthServiceImpl implements AuthService {
27
public class AuthServiceImpl implements AuthService {
28
 
28
 
29
	// private static final String RESET_PASSWORD_BODY = "Dear %s, your password has
29
	// private static final String RESET_PASSWORD_BODY = "Dear %s, your password has
30
	// been reset. Please click this <a href=\"%s\">link</a> to reset your
30
	// been reset. Please click this <a href=\"%s\">link</a> to reset your
31
	// password.\n\nRegards\nSmartdukaan";
31
	// password.\n\nRegards\nSmartdukaan";
32
	private static final String RESET_PASSWORD_BODY = "Dear %s, your password has been reset to %s. Regards\nSmartdukaan";
32
	private static final String RESET_PASSWORD_BODY = "Dear %s, \nyour password has been reset to %s. \n\nRegards\nSmartdukaan";
33
	private static final String RESET_PASSWORD_SUBJECT = "Password Reset request";
33
	private static final String RESET_PASSWORD_SUBJECT = "Password Reset request";
34
 
34
 
35
	private static final Logger LOGGER = LogManager.getLogger(AuthServiceImpl.class);
35
	private static final Logger LOGGER = LogManager.getLogger(AuthServiceImpl.class);
36
 
36
 
37
	@Autowired
37
	@Autowired