If a user is deleted then recreated through a webserver_auth login, DB errors will occur because they aren't automatically removed from the authmap table when users are deleted. This patch takes care of the problem by removing the authmap entry on user delete.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

moshe weitzman’s picture

Title: Deleted users cause error if they are recreated through webserver_lauth login. » Del
Status: Needs review » Closed (works as designed)

The authmap entry is cleared in user_delete(). Not sure why you are not seeing that. Maybe you used a non standard delete process.