Say a user registers for your site, you hash the password they have chosen then use that hash as a salt and rehash their password with that salt.
Example:
Doesn't make a difference: Your stored data is still based exclusively on the password, so there's no additional protection.