Project

General

Profile

In login page of redmine, how can i make the login form get input from get variables

Added by Andie Malimban over 10 years ago

For example: redmine/login?username=bar&password=foo

and then the Username textbox will have a value of bar
and password textbox a value of foo

and if possible, to auto log in it.

I know there are security lapses there but because my goal is to link two websites together, 1 is coded via PHP and one is Redmine. when I login from the PHP website, this site will be opened in other tab of the browser and would auto login to. I can't think of any other solution but that only.

Sorry I'm still noob here