Skip to content
Snippets Groups Projects
  1. Jul 07, 2016
  2. Jul 06, 2016
  3. Jul 05, 2016
  4. Jun 29, 2016
  5. Jun 28, 2016
  6. Jun 24, 2016
  7. Jun 23, 2016
  8. Jun 22, 2016
    • Ere Maijala's avatar
      Use stored credentials when checking certain capabilities. · d0d90f19
      Ere Maijala authored
      - Since the user had to log in with the ILS to get to the point of changing their password when using this auth method, we can safely rely on the database copy of the username rather than going through the expensive process of communicating with the ILS an extra time.
      - Since we are not refreshing the credentials, there is the (fairly small) possibility that the stored password will be outdated. This should not matter for the task of checking the ILS capability, since it is the username that is needed for identifying the user's home ILS in the MultiBackend driver (and in other contexts, this data is not currently used).
      - This commit also includes a minor comment improvement and a code simplification.
      d0d90f19
    • Ere Maijala's avatar