Re-do one-time login
When I followed the link after the initial Aegir install, the site said my one-time link was already used. (I must have clicked the link more than once.)
Is there any way, other than starting over, to get another link created?
Thanks! Mark
#1
how about the forgot password link?
#2
Thanks for the response. I gave that a shot, but same result.
I reinstalled and still have the same problem. I think I'm doing my host config or postfix wrong.
I'm on Linode and installed a fresh Ubunu 12.04 and ran through the automated installation. Much joy. No errors.
My domain, thedevilswife.com, is successfully pointed to my instance and brings me to the aegir instance login. I've used this domain in my postfix config and replaced localhost with it during installation.
I go to var/mail/aegir and see the message. I follow the link and get the "already been used" error. I ask the system to send me a new password, and that message gets sent to var/mail/aegir, but it too has "already been used."
I'm sooooo close!
Thanks! Mark
#3
You can always generate a new login link via Drush. As the 'aegir' user run:
drush @hostmaster uliOr reset the 'admin' user's password:
drush @hostmaster upwd admin --password="newpass"However, the "already been used" error makes me think you're not actually connecting to the site you may think. Make sure you don't have an old entry in /etc/hosts or something that's redirecting you to another site.
#4
I have this phenomenon if Aegir runs behind a reverse proxy (pound in my case).
#5
Interesting. I'll look into that!