OK, this is my last task before this goes into production.  I want users to 
be able to register via the link in Dspace.  The problem I'm having, 
however, is that I have forwarded port 8080 to 80 (using iptables) and 
changed the root directory in Jetty in to xmlui.  When a user tries to 
register they get the setting I have in the dspace.cfg file.  I read in 
previous posts to this forum that you can modify the email templates 
directly but I don't see how that is done.

Here is what I have in dspace.cfg currently:

##### Basic information ######


# DSpace installation directory
# Windows note: Please remember to use forward slashes for all paths (e.g. 
C:/dspace)
dspace.dir = /dspace


# DSpace host name - should match base URL.  Do not include port number.
dspace.hostname = lgbtqbib.org


# DSpace base host URL.  Include port number etc.
dspace.baseUrl = localhost:8080


# The user interface you will be using for DSpace. Common usage is either 
xmlui or jspui
dspace.ui = xmlui

Here is the email generated when I try to register a new user:

To complete registration for a DSpace account, please click the link
below:

  localhost:8080/xmlui/register?token=d0ece0e5e9c942d53da8674f9a391650

If you need assistance with your account, please email
[email protected] or call us at xxx-555-xxxx.

The DSpace Team

I want the URL in that email to simply read: 

lgbtqbib.org/register?token......

How do I do that?  

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to