[Building Sakai] Sakai CLE: Rename Password reset tool title

Robert Long rlong at unicon.net
Thu Dec 19 09:26:46 PST 2013


Kim,

It’s due to when you checked out the 2.9.3 tag, you probably didn’t grab the “sakai-2.9.3-all” tag, and since reset-pass is an indie tool for 2.9, the source wasn’t included.

You will need to grab the source code from https://source.sakaiproject.org/svn/reset-pass/tags/reset-pass-2.9.3/, make the code changes, build, and redeploy to Tomcat. Be sure to add <module>reset-pass</module> to the base pom.xml to have it included in future builds.

In addition, you will need to comment out the dependency in core-deploy/pom.xml, under the “full” profile (or better yet, just comment out all occurrences of the reset-pass dependency):

<dependency>
  <groupId>org.sakaiproject.reset-pass</groupId>
  <artifactId>reset-pass-assembly</artifactId>
  <version>${sakai.resetpass.version}</version>
  <classifier>tomcat-overlay</classifier>
  <type>zip</type>
</dependency>

That should do it.

—Bob

----
Robert Long
Software Engineer
Unicon, Inc.

----
M.A., Instructional Technology
Saginaw Valley State University

On Dec 19, 2013, at 11:58 AM, Wilson, Kimberly <wilsonk at mail.amc.edu> wrote:

> Thanks, I found this file which address this:
> https://jira.sakaiproject.org/secure/attachment/27082/RES-27.patch
>  
> but I couldn’t find the reset-pass directory in my sakai source files
>  
> Around that area I have:
>> portal
> postem
> providers
> reference
> rights
> roster
>>  
> But no reset-pass
>  
>  
> Kim Wilson, MSCIS | Systems Analyst – IS Academic Systems | Albany Medical Center | 518-264-1055
>  
> <image001.jpg>
>  
> From: Robert Long [mailto:rlong at unicon.net] 
> Sent: Thursday, December 19, 2013 10:58 AM
> To: Wilson, Kimberly
> Cc: Sakai Dev
> Subject: Re: [Building Sakai] Sakai CLE: Rename Password reset tool title
>  
> Kim,
>  
> This is the default properties file for the password reset tool: 
>  
> reset-pass/reset-pass/src/bundle/org/sakaiproject/tool/resetpass/bundle/Messages.properties
>  
> —Bob
>  
> ----
> Robert Long
> Software Engineer
> Unicon, Inc.
>  
> ----
> M.A., Instructional Technology
> Saginaw Valley State University
>  
> On Dec 19, 2013, at 10:48 AM, Wilson, Kimberly <wilsonk at mail.amc.edu> wrote:
> 
> 
> Hi:
>  
> I’ve been searching through the source code in Sakai 2.9.3 to try to find a way to change the text in the Password Reset tool from
> Reset your password
> To:
> Reset guest password
>  
> Since we use an Active Directory LDAP to login for students and employees who have accounts here.
>  
> Can someone tell me where I can do this please?
>  
> Thanks!
>  
> Kim Wilson, MSCIS | Systems Analyst – IS Academic Systems | Albany Medical Center | 518-264-1055
>  
> <image001.jpg>
>  
>  
> ----------------------------------------- CONFIDENTIALITY NOTICE: This email and any attachments may contain confidential information that is protected by law and is for the sole use of the individuals or entities to which it is addressed. If you are not the intended recipient, please notify the sender by replying to this email and destroying all copies of the communication and attachments. Further use, disclosure, copying, distribution of, or reliance upon the contents of this email and attachments is strictly prohibited. To contact Albany Medical Center, or for a copy of our privacy practices, please visit us on the Internet atwww.amc.edu.
>  
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> 
> TO UNSUBSCRIBE: send email to sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of "unsubscribe"
>  
> 
> ----------------------------------------- CONFIDENTIALITY NOTICE: This email and any attachments may contain confidential information that is protected by law and is for the sole use of the individuals or entities to which it is addressed. If you are not the intended recipient, please notify the sender by replying to this email and destroying all copies of the communication and attachments. Further use, disclosure, copying, distribution of, or reliance upon the contents of this email and attachments is strictly prohibited. To contact Albany Medical Center, or for a copy of our privacy practices, please visit us on the Internet at www.amc.edu.
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20131219/64e9feef/attachment.html 


More information about the sakai-dev mailing list