View Issue Details

IDProjectCategoryView StatusLast Update
0017144MantisTouchGeneralpublic2015-11-12 23:44
Reporterdocfresh Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.1 
Fixed in VersionNext 
Summary0017144: Need a way for new users to create an account
Description

After installing MantisBT and MantisTouch on a server, there is no button to register a new account on the MantisTouch login page (/m/login_page.php).

Sending users to the desktop /signup_page.php fails, because it redirects to /m/login_page.php on mobile devices.

So in order to register, the user has to put down their mobile device, go to a desktop web browser, register, then come back to their mobile device and log in. This would be a lot easier if there was a Register/New Account button on the MantisTouch login page.

TagsNo tags attached.

Activities

vboctor

vboctor

2014-04-11 20:36

manager   ~0039910

This is now resolved by two changes:

  • Do more intelligent redirection from MantisBT to MantisTouch for select pages. Signup pages is not one of them. Redirection mainly includes login, my view, view issues, report, view issue. Now that I think about it edit issue should be there too, but it is rare that this is accessed directly. This issue is resolved via a new plugin - https://github.com/vboctor/MantisTouchRedirect

  • Show signup button on the login page for MantisTouch. This is coming in the next release by setting $g_show_signup = true in config_inc.php for MantisTouch.

vboctor

vboctor

2014-04-12 01:38

manager   ~0039913

You can see this fix in action on http://mantisbt.mobi when attempting to access this instance.