jcoppieters / cody

Javascript Content Management System running on Node.js
howest.cody-cms.org
MIT License
678 stars 197 forks source link

Unable to login with default accounts #49

Closed arishuynhvan closed 7 years ago

arishuynhvan commented 7 years ago

Hi, I've managed to set up my site with cody fully, and launched it locally:

image

However, when I tried to login using default users as suggested

the default users are: 'super', 'admin', 'test' and 'user' which all have password 'empty'. I tried to type in 'empty' word and leave the password blank for all the default users, but to no avail

all gave me login error:

image

How may I proceed?

ticup commented 7 years ago

Hi Aris,

You are not accessing our server, you are accessing a jenkins server you appear to be running locally too. By default we run on port 3000, so please try and visit localhost:3000 and try again :)

Tim.

On 28 Mar 2017, at 13:20, Aris Huynh notifications@github.com wrote:

Hi, I've managed to set up my site with cody fully, and launched it locally:

https://cloud.githubusercontent.com/assets/7850717/24402410/0bd2788a-13eb-11e7-853a-cc0f34961328.png However, when I tried to login using default users as suggested

the default users are: 'super', 'admin', 'test' and 'user' which all have password 'empty'. I tried to type in 'empty' word and leave the password blank for all the default users, but to no avail

all gave me login error:

https://cloud.githubusercontent.com/assets/7850717/24402548/a58fbdac-13eb-11e7-8750-76cafae4632b.png How may I proceed?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jcoppieters/cody/issues/49, or mute the thread https://github.com/notifications/unsubscribe-auth/AA6w2KOPMJXyLo_Av_tLDIf5JUuOxBSUks5rqO0VgaJpZM4Mreme.

arishuynhvan commented 7 years ago

THanks @ticup