Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Myth Auth register a new user
Post: RE: Myth Auth register a new user

InsiteFX Wrote: (05-19-2024, 10:15 PM) -- The views are setup in the Auth.php Config file in the views array. Change the register view to point to your new register view. Unfortunately i don't ...
2,029 Views
6 Replies
05-20-2024, 02:17 PM
Newbie_Mark998
    Thread: Myth Auth register a new user
Post: RE: Myth Auth register a new user

Bosborne Wrote: (05-19-2024, 02:25 PM) -- Codeigniter does not have a default registration page. Perhaps you installed Shield. I have sites doing LDAP authentication to AD with no default authenticat...
2,029 Views
6 Replies
05-19-2024, 02:45 PM
Newbie_Mark998
    Thread: Myth Auth register a new user
Post: Myth Auth register a new user

hello I am using Myth Auth library and i have created a new register form  since i dont want to use the default one , and i was wondering which method i can use to register the new user , basically...
2,029 Views
6 Replies
05-19-2024, 09:07 AM
Newbie_Mark998
    Thread: Myth Auth LoginFilter Problem
Post: RE: Myth Auth LoginFilter Problem

i have applied this filter to restrict access to a certain url  in config/routes.php PHP Code: -- -- PHP Code: -- $routes->get('user/profile', 'User::profile', ['filter' => 'role:User']); -- ...
20,269 Views
16 Replies
01-27-2024, 04:51 AM
Newbie_Mark998
    Thread: remove index.php after installing myth:auth library
Post: RE: remove index.php after installing myth:auth li...

thanks for your reply but unfortunately it didnt work until i changed uri protocol public string $uriProtocol = 'PATH_INFO';
2,527 Views
4 Replies
01-24-2024, 12:32 PM
Newbie_Mark998
    Thread: remove index.php after installing myth:auth library
Post: remove index.php after installing myth:auth librar...

hello guys i have installed myth:auth library  and i want to remove the index.php from url i have set PHP Code: -- public string $indexPage = ''; mod_rewrite on my apache server is active howe...
2,527 Views
4 Replies
01-22-2024, 06:52 AM
Newbie_Mark998

Theme © iAndrew 2016 - Forum software by © MyBB