You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to check something beyond just username when coming to QW from Drupal in order to account for changes in username. For example we could chacked the stored user object in QW to make sure that the Drupal uid matches the current login attempt and then update username, email, and even password, as necessary.
The new check should be in drupal_user.php around
We need to check something beyond just username when coming to QW from Drupal in order to account for changes in username. For example we could chacked the stored user object in QW to make sure that the Drupal uid matches the current login attempt and then update username, email, and even password, as necessary.
The new check should be in
drupal_user.php
aroundquizwright/includes/drupal_user.php
Line 46 in 4f4814e
The text was updated successfully, but these errors were encountered: