Login/password autosaving mechanism in browsers don't support
saving qmailadmin-style separate user and domain fields. This
patch joins these fields to a single user field, which accepts
user@domain form.
I think this is a good idea, but I want to make it configurable before
including it in a release. I also want to make sure it works with the
domain autofill feature.
Perhaps it could autofill "@domain.com", allowing the user to insert their
email address at the beginning. We could also default to a username of
"postmaster" if an address wasn't inserted.
Thanks for working on this patch, and I'll work on getting it into an
upcoming release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=117662
I think this is a good idea, but I want to make it configurable before
including it in a release. I also want to make sure it works with the
domain autofill feature.
Perhaps it could autofill "@domain.com", allowing the user to insert their
email address at the beginning. We could also default to a username of
"postmaster" if an address wasn't inserted.
Thanks for working on this patch, and I'll work on getting it into an
upcoming release.
I like this idea as well. We will need to determine how to continue with it.