Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7596643
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:58:03+00:00 2026-05-30T21:58:03+00:00

I have been looking around the Tank auth code to see how things are

  • 0

I have been looking around the Tank auth code to see how things are done, but it seems a little confusing to find out how to change the path of the default login.

I wanted to change it to groups/login or users/sign_in, but that wasn’t an easy task. I’m wondering whether I should change that from the routing file or any other file.

Any idea how to get around with this little issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T21:58:04+00:00Added an answer on May 30, 2026 at 9:58 pm

    I’m wondering whether I should change that from the routing file

    Yes, that’s exactly what URI Routing is for:

    $route['your/desired/url'] = 'auth/login';
    

    If you need to kill the old URL for some reason, you can set it to something empty:

    $route['auth/login'] = FALSE;
    

    Unfortunately, the Tank Auth login url is assumed to be auth/login, and there are several redirects that must be edited. I recommend adding a custom config setting to config/tank_auth.php:

    $config['login_url'] = 'your/desired/url';
    

    Then replace all occurrences of redirect('/auth/login') with:

    redirect($this->config->item('login_url', 'tank_auth'));
    

    in the Auth controller and anywhere else it appears.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been looking around the site a bit, but I didn't find any
I have been looking around a lot but i simply can't find a nice
**Updated: (See below)**I have been looking around for couple of days and can't find
I have been looking around online to try to find a complete solution but
I have been looking around for an answer to my question but couldn't find
I have been looking around for this but couldn't find an answer anywhere, so
I have been looking around ocn Google and Stackoverflow but haven't found what I
So I am a little confused, I have been looking around trying to determine
Hi guys I have been looking around for the answer to this but have
Hobbyist Cocoa programmer here. Have been looking around all the usual places, but this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.