teqnology / alfresco-login-reset

Alfresco Share new login page and an Activiti reset password workflow feature
GNU General Public License v3.0
11 stars 8 forks source link

New login page showing messy and without any style (community 5.0d) #1

Closed drisschelouati closed 9 years ago

drisschelouati commented 9 years ago

Hi, i installed the amps on a fresh community 5.0d (offline windows 7 pc). the amps applied successfully but after server startup, the result is a messy login page without any style (see capture in the attached file). Going to try an install on a fresh 5.0c. However the authentication still works, and there is a new debug menu in the share UI, next to the administration console.

login-reset-capture

teqnology commented 9 years ago

Do you have any errors showing on the page? like accessing the web developer tools through F12 and opening the "console" tab? I'd like to see what's the outcome there. Thanks

myanes commented 9 years ago

Same problem here, also 5.0.d version running on Centos 7. And no errors in console tab.

alfrescologin

drisschelouati commented 9 years ago

no errors in console tab too. I will try an install on 5.0c soon.

drisschelouati commented 9 years ago

I also extracted your customTheme seperatly to test it, it works but there is a problem with the nav bar that displays too wide in black, displaying some search options that should not be displayed, and crops when you click on it.

teqnology commented 9 years ago

Hey I've updated the AMP it was a small fix I had to apply as the current AMP were compatible with Alfresco 4.x only. I had to move the assets inside the META-INF/resources folder instead of having them inside the old /web folder as it was handled by Surf before 4.2 came along. Could you try the new -share.amp and let me know if it works for you? I've just validated it and it works :)

drisschelouati commented 9 years ago

Hi there,

installed and works on 5.0d, i can validate it too. Awesome work, congratz. Personnal thougths: this login page lacks of styling, maybe youve done this on purpose so we can configure it and style it at our convenience.

Good job!

myanes commented 9 years ago

Working perfectly for me too! Thanks for your support!!

Personal thoughts: the login page is perfect, elegant and stylish.

teqnology commented 9 years ago

Ok I'll close this one then, thanks for your feedback guys. The style is from the material design by google, minimal on purpose. I left the choice to the final user to actually change it if they want. I like it this way though. The main thing was actually create a reset password feature that was more secure (and compatible with Alfresco 5) without showing plain new password in the confirmation email. :)