PasswordChangeController.java

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Revert some unnecessary package name changes

  1. … 464 more files in changeset.
LDEV-5440 Refactor packages of imported classes

  1. … 481 more files in changeset.
LDEV-5440 Rewrite config files and library references

  1. … 955 more files in changeset.
LDEV-5178 Add password check for not being same as user details

  1. … 16 more files in changeset.
LDEV-5178 Add password history check

  1. … 8 more files in changeset.
LDEV-5178 Use a single method across LAMS to update user password

  1. … 7 more files in changeset.
LDEV-5178 Add password expiration

  1. … 12 more files in changeset.
LDEV-4932 Add CSRF to monitor and central

  1. … 50 more files in changeset.
LDEV-4907 Password changes corrected in audit

  1. … 1 more file in changeset.
LDEV-4440 Switch controllers to use @Autowired service beans

Also in cases when service bean in Controller has the same name as in

applicationContext, @Qualifier(..) can be removed. Which was done almost

in all cases, except for messageService due to "messageService" name

seems to be more preferable than adminMessageService,

centralMessageService and so on. Thus they were kept as before:

@Autowired

@Qualifier("centralMessageService")

private MessageService messageService;

  1. … 182 more files in changeset.
LDEV-4440 Error tag to standardise error message layout

  1. … 10 more files in changeset.
LDEV-4440 Central minor fixes

  1. … 29 more files in changeset.
LDEV-4440 Central migration

  1. … 8 more files in changeset.
LDEV-4440 Central migration

  1. … 52 more files in changeset.
LDEV-4440 Central *.java migration

    • -0
    • +156
    ./PasswordChangeController.java
  1. … 67 more files in changeset.