vaadin / flow-crm-tutorial

Demo app for the Java Web App tutorial series
The Unlicense
172 stars 185 forks source link

user pass on the live demo dont work #137

Closed rudygt closed 7 months ago

lukislama commented 1 year ago

Username should be "user" and the password "userpass" unless you changed this part of the code:

https://github.com/vaadin/flow-crm-tutorial/blob/27e5c0392fbfc2875bf04b4c85a8f134e26b0543/src/main/java/com/example/application/security/SecurityConfig.java#L20-L26

rudygt commented 1 year ago

Hello thanks for your answer, I was specifically talking about the live demo website

image

https://crm.demo.vaadin.com/login

lukislama commented 1 year ago

Oh yeah, I get it now. This seems to be an ongoing issue. Someone from the development team should re-deploy it. But I don't think that this it is that much of a priority for them. Since the system is open to everyone, someone will probably break it for fun eventually anyway.

gmerton-amazon commented 1 year ago

Agree that it would be cool if we could login to the live demo

mshabarov commented 10 months ago

user/userpass works, just checked. admin/adminpass doesn't work.

FlocusOnline commented 9 months ago

user/userpass works, just checked. admin/adminpass doesn't work.

still not working for me, although it did a while back. There is clearly an issue

vaithu commented 8 months ago

Yep same issue image

mshabarov commented 8 months ago

Thanks everyone who commented, we'll try to get it fixed soon.

mshabarov commented 7 months ago

This should be fixed now, just tested with user/userpass.

Please create a new ticket if you notice that the login process is broken again.