how to edit the sign up page /secure/signup.jspa
i need to add my own text
You have successfully signed up. If you forget your password, you can have it emailed to you.
Stay connected with Atlassian. Subscribe to blogs, newsletters, forums and more.
There are two ways to modify this text (or any other text in the application). Both are unsupported by Atlassian. Also, please be aware that any changes you make will be lost when you upgrade to the next version.
1) (Faster but hackier) Find the the jsp file and edit it directly.
* In this example, the file is located in \atlassian-jira\views\signup-success.jsp .
* Modify it in your favourite text editor and save.
* You may need to delete the Tomcat "work" directory (in the root directory of the JIRA installation) to get your changes to take effect, as Tomcat can cache old versions of the file.
* Note: by writing text directly in the JSP, the string will be hard-coded to the language you write in, regardless of the language your users have JIRA configured to display in. This is bad practice and makes QA engineers cry.
2) (Better) Edit the property string.
* Go to atlassian-jira\WEB-INF\lib and find the JAR file for the language you are using. (e.g. if your users are using English (UK), you will want jira-lang-en_UK-4.3.3.jar). You will probably want to edit jira-lang-default-4.3.3.jar as well. If your users access JIRA in other languages, take the JARs for those languages too.
* Copy each JAR to a temporary directory and extract its contents.
* In each one, edit com\atlassian\jira\web\action\JiraWebActionSupport_<language>.properties and change the text to whatever you'd like it to say. The property to modify in this example is called "signup.success", but for other cases, just search for the existing string. Make sure that you double all apostrophe characters. e.g. "Samir''s dept will create your login"
* Compress the temporary directory contents back into a JAR again. Make sure that the file structure within it is the same as the one you extracted (no extra directories, etc).
* Shut down JIRA.
* Make a backup of the JARs in WEB-INF\lib and copy your new ones into there.
* Start up JIRA again. You may also need to delete the Tomcat "work" directory in order for changes to take effect.
Hi Penny should i delete this folder you mean?
C:\Program Files\Atlassian\JIRA 4.3.4\work\Catalina
I can t ind Tomcat inside work directory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Black hawk is going down ) need your help in editing the sign up page !
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When doing this kind of this, I generally get the source code, search for the string to be replaced and then look to see how the i18n has been implemented.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi David,
can you please give mre details ,I am sorry I didn t get your point
please tell me how to change the email template concerning succesful created user
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Samir Freelance: I'm suggesting a way to approach the task at hand rather than the solution, which to be honest I don't know the best answer to -- sorry I can't be more helpful this time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Penny ,I can t find Tomcat Folder it doesn t exist?!
i can find C:\Program Files\Atlassian\JIRA 4.3.4\work\Catalina catalina folder instead
so i delete catalina folder and restarted service yet no modifficatio or update happened
can you please double check thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I solved it it s under \atlassian-jira\views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.