ENCODE-DCC/encoded

how to login in test setup?

bsr203 opened this issue · 2 comments

Hi,

I was just testing it locally, and not sure how to login. Using my gmail account, persona verified it, but got error.

Login failure
Access is restricted to ENCODE consortium members.

Request an account

thanks,
bsr

@bsr203 Please look at the test data over here - https://github.com/ENCODE-DCC/encoded/blob/master/src/encoded/tests/data/inserts/user.json

Change one of the user email to your persona email to login.

Persona audience is configured in the line - https://github.com/ENCODE-DCC/encoded/blob/master/base.ini#L29
If you started the test server locally you can add "localhost:8000" to the list.

thanks @nikhilRP worked great.