Coder Social home page Coder Social logo

teqnology / alfresco-login-reset-repo Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 9.0 2.09 MB

Alfresco repository tier with Activiti reset password workflow feature

License: GNU General Public License v3.0

Shell 1.59% JavaScript 96.36% FreeMarker 2.05%

alfresco-login-reset-repo's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

alfresco-login-reset-repo's Issues

Cannot send mails from a French installation

Hi,

Your code doesn't work on a no-english Alfresco.
You're using "childByNamePath" function that is based on the locale (at Alfresco first bootstrap).

Instead using :

companyhome.childByNamePath("Data Dictionary/Email Templates/custom-email-template/reset-password-email.ftl")

You should use 'xpathSearch' function :

  var mailTemplates = search.xpathSearch('/app:company_home/app:dictionary/app:email_templates/cm:custom-email-template/cm:reset-password-email.ftl');
  if (mailTemplates.length > 0) {
    mail.parameters.template = mailTemplates[0];
  } else {
    mail.parameters.text = "Missing template";
  }

"childByNamePath" is used twice in "forgot-password-workflow.post.json.js" and once in "reset-password-workflow.post.json.js".

Regards.

Mail with reset password link with activiy variable with no value

Hi, thanks for the effort of maintaining this amp, i explain our issue:

Only if the last user logged on the Alfresco Share is the local admin, the variable activity is correct on the reset link on the reset mail.

Please someone could help us ?

Thanks in advance,

Joan

  • Centos 7
  • Connected to database MySQL version 5.7.23
  • Apache Tomcat/7.0.x
  • alfresco-aos-module' version 1.1.6.
  • alfresco.integrations.google.docs' version 3.0.4.
  • org_alfresco_module_wcmquickstart' version 5.2.f.
  • alfresco-share-services' version 5.2.0.
  • trashcan-cleaner' version 2.2.
  • amp shareresetpassword

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.