tuankhac / share-extras

Automatically exported from code.google.com/p/share-extras
0 stars 0 forks source link

Reset Password add-on does not work in 4.2.x #121

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

looks like the 4.2.c issue is the login page was changed and cleaned up. the JS 
was separated from the code.

    you have alfresco\web-extension\templates\org\alfresco\global\slingshot-login.ftl

        it now seems to be alfresco\site-webscripts\org\alfresco\components\guest\login.get.html.ftl 

    and the javascript was moved to /res/components/guest/login.js 

    hope that helps. 

  tried to do a quick change but the Alfresco.module.SimpleDialog seemed to get lost when I added the code to the login.js

Original issue reported on code.google.com by michaelc...@yahoo.com on 29 Dec 2012 at 12:41

GoogleCodeExporter commented 8 years ago

Original comment by will.abson on 11 Jan 2013 at 12:09

GoogleCodeExporter commented 8 years ago
Have any update been done for a complete install for 4.2c? 

Original comment by jov...@walkerdaniels.com on 10 Feb 2013 at 5:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Will!

Since we where pretty dependent upon this addon we made it work on the 4.2 - 
codebase. We have published it on our github account 
https://github.com/acando/reset-password

This version uses the Maven SDK and the new extension points in Share with 
module and macro-overrides. The repository parts is the same.

Maybe we should transfer it to your new share-extras github account? 

Original comment by bille...@gmail.com on 11 Feb 2013 at 2:59

GoogleCodeExporter commented 8 years ago
@Erik - I've created project 
https://github.com/share-extras/reset-password-dialog. Can you submit a pull 
request to that? Ideally without the Maven changes, since I'm only planning on 
converting the Java projects to the new SDK.

Original comment by will.abson on 11 Feb 2013 at 5:32

GoogleCodeExporter commented 8 years ago
@Will, all in one? with the repo and share parts mixed togheter like it was 
before?

Original comment by bille...@gmail.com on 12 Feb 2013 at 3:33

GoogleCodeExporter commented 8 years ago
Yes please, although if it's easier for you to separate into a couple of pull 
requests (rather than just one) that's fine with me.

Original comment by will.abson on 12 Feb 2013 at 4:01

GoogleCodeExporter commented 8 years ago
Ok, I have (finally) created a pull request for you at github. 

Original comment by bille...@gmail.com on 6 Mar 2013 at 7:14

GoogleCodeExporter commented 8 years ago
Pull request has been merged with some improvements on GitHub. Thanks, Erik. 
The changes have been pushed to GitHub and are available by downloading the 
latest code from there - https://github.com/share-extras/reset-password-dialog.

Original comment by will.abson on 11 Mar 2013 at 7:00