Use Password1* the first time, then login and change it to what you want in profile… seems the rake command doesn’t like all the special characters.
Regards,
Stephen
--
You received this message because you are subscribed to the Google Groups "BigBlueButton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/f7e54f71-2b9b-4b88-b0b9-0ce2aea66fa9n%40googlegroups.com.
Or just use SSH to log onto the site in command line, then create a new account with Greenlight Admin permissions:
cd /root/greenlight
sudo docker exec greenlight-v2 bundle exec rake user:create["MYADMINID","MYEMAIL@example.com","MYPASSWORD","admin"]
Jim Moen
From: bigblueb...@googlegroups.com <bigblueb...@googlegroups.com> On Behalf Of sd...@distancelearning.cloud
Sent: Friday, February 11, 2022 3:52 AM
To: bigblueb...@googlegroups.com
Subject: RE: [bigbluebutton-dev] admin greenlight
Use Password1* the first time, then login and change it to what you want in profile… seems the rake command doesn’t like all the special characters.
Regards,
Stephen
From: bigblueb...@googlegroups.com <bigblueb...@googlegroups.com> On Behalf Of NickZ
Sent: Friday, February 11, 2022 4:36 AM
To: BigBlueButton-dev <bigblueb...@googlegroups.com>
Subject: [bigbluebutton-dev] admin greenlight
After installing bbb 2.4.4 I can't create the admin password
Invalid Arguments
{:password=>["is invalid"]}
.
To unsubscribe from this group and stop receiving emails from it, send an email to bigbluebutton-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/001101d81fbc%247272aba0%24575802e0%24%40k6jm.com.
After using bbb-install this command works with Password1* to create initial admin account. but will fail if I use the ! in the password or don’t meet the new password restrictions.
docker exec greenlight-v2 bundle exec rake user:create["Stephen Dame","sd...@xxxxx.com","Password1*","admin"]
Also if I use this method, this account never shows in the organization user list, but works.
Looks like different approach then using docker exec greenlight-v2 bundle exec rake admin:create["name","email","password","admin"]
Regards,
Stephen
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/CA%2BQDD3xzDYDKatA_CE9YcbC5xVn2k775qP69zLfsawjNUJWi2Q%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bigbluebutton-dev/000001d8201b%2488d9f1a0%249a8dd4e0%24%40distancelearning.cloud.