FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour MD - Subido ejemplo de Login y autenticacion en m贸dulos
Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
MD - Subido ejemplo de Login y autenticacion en m贸dulos
Posted: Wed Aug 18, 2021 07:42 AM

Hola,

Subido ejemplo de login y toda su l贸gica para autenticar y usar m贸dulos de la aplicaci贸n. Todo en bootstrap de forma sencilla para dar un look a nuestra aplicaci贸n

http://54.37.60.38/tpl/basic_login/

C.

Salutacions, saludos, regards

"...programar es f谩cil, hacer programas es dif铆cil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: MD - Subido ejemplo de Login y autenticacion en m贸dulos
Posted: Wed Aug 18, 2021 10:18 AM

The main menu doesn't work correctly using Edge Chromium. Using IE it doesn't even reach the main menu page and goes back to the login page. :-(

EMG

Posts: 1283
Joined: Fri Feb 10, 2006 02:34 PM
Re: MD - Subido ejemplo de Login y autenticacion en m贸dulos
Posted: Wed Aug 18, 2021 02:44 PM
Hi Enrico,

There really is no menu, it just tries to show 3 links with the <a></a> tags

Code (fw): Select all Collapse
聽 聽 <main class="page-content p-5">
聽 聽 
聽 聽 聽 聽 <a href="{{ Route( 'app.test1' ) }}">Test 1</a>
聽 聽 聽 聽 <br>
聽 聽 聽 聽 <a href="{{ Route( 'app.test2' ) }}">Test 2</a>
聽 聽 聽 聽 <br>
聽 聽 聽 聽 <a href="{{ Route( 'app.test3' ) }}">Test 3</a>
聽 聽 
聽 聽 </main>


It works correctly on edge, firefox, chrome and safari. I see that using IE something must happen to the cookie. I'll check ... :-)

The purpose of the example is to create an authentication and to be able to access the modules.

If you want to try a menu example, you can try the example http://54.37.60.38/tpl/basic_menu I think it works correctly in all browsers.

And if you want to take a look at other example projects you can see in this link http://54.37.60.38/tpl

Thank you for your comments

Regards.
C.
Salutacions, saludos, regards

"...programar es f谩cil, hacer programas es dif铆cil..."

UT Page -> https://carles9000.github.io/
Forum UT -> https://discord.gg/bq8a9yGMWh
HIX -> https://github.com/carles9000/hix
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: MD - Subido ejemplo de Login y autenticacion en m贸dulos
Posted: Wed Aug 18, 2021 02:59 PM
Carles wrote:Hi Enrico,

There really is no menu, it just tries to show 3 links with the <a></a> tags


Ah, it's ok then. :-)

EMG

Continue the discussion