Skip to content

MYchaieb/user_signature_redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine user signature plugin

This plugin allow you to configure your signature on “my account”. The text typed as signature will be included every time you comment in an issue.

redmine version = 3.1.2

Install

  • go under your plugin root folder “redmine/plugins”

# git clone github.com/MYchaieb/user_signature_redmine.git

  • rename the folder to signature

# mv user_signature_redmine signature

# rake redmine:plugins:migrate RAILS_ENV=production

  • now we need to add a ligne on “redmine/app/models/user.rb

search this ligne ( ligne 659 ) safe_attributes ‘firstname’, and add ‘user_signature’, to that collection.

  • finally restart your server and N-joy.

About

Redmine user signature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published