WL#11540: Support 2 active passwords per user account

Affects: Server-8.0   —   Status: Complete

When changing e.g. the replication slave password on a large set of replicated
mysql servers it's necessary to support at least for a certain period both the
old and the new password as valid ones.
This worklog is about adding an extra option to ALTER USER/SET PASSWORD to keep
the old password and then adding another ALTER USER command to retire the old
password.