This method is similar to the existing register_password_user_start method. The difference is, here we check if the username is in the list of reserved usernames from Ashoat's keyserver, and if it is, we expect a signed message from Ashoat's keyserver attesting that the caller can claim this username.
This RPC should only be called if login fails because the username is already registered on Ashoat's keyserver but not yet registered on the identity service.
Depends on D8061