How to set up Simple login
See original GitHub issueDear all,
I can not find the documentation or example config.py that specifies how to arrange a “simple login”. For our teaching scenario, this is the preferred login method.
The docs over at: http://www.clinicalgenomics.se/scout/admin-guide/login-system/#simple-login-with-userid-and-password
Just say:
Basic login with userid and password is the login system available whenever no advanced login system (either Google or LDAP) is specified in the Scout config file.
It is not clear if it is already specified in some file sitting around on disk, or if it should be specified here by the admin.
Can you please provide the means for arranging a simple login?
Issue Analytics
- State:
- Created 3 years ago
- Comments:30 (7 by maintainers)
Top Results From Across the Web
Login Activity Using Android Studio 3.6.3 (NEW) - YouTube
A Simple Login App which takes the user input and compares it with a string and on correct login it lets the user...
Read more >SimpleLogin | Open source anonymous email service
Sign up for a newsletter, create a new online account with a click. Available everywhere ... SimpleLogin is the most advanced email alias...
Read more >Register Account - SimpleLogin Docs
Register your account. Fill in your email address, choose your account password and click on the "Create Account" button. Verify your email address....
Read more >FAQ - SimpleLogin
I can use my plus sign (+) trick to create unlimited email addresses, why do I need SimpleLogin? Email subaddressing, also known as...
Read more >Register | SimpleLogin
Create new account. Email address. Emails sent to your alias will be forwarded to this email address. It can't be a disposable or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I would just like to add an addendum here. Our course lab worked well in 2020 and we are running it again in fall 2021.
I have been too scared to break things, so for now so I am still at the very same release of Scout that I used last year 😉
Got it.
My scout config, copied over from the online instructions, which was only loaded when using gunicorn, had the line:
MONGO_DBNAME = 'scoutTest'
It should of course be:
MONGO_DBNAME = 'scout'
After changing this, it works 😄