Community discussions

MikroTik App
 
User avatar
osmarrener
just joined
Topic Author
Posts: 7
Joined: Sun Oct 19, 2008 6:11 am

Get profile user in login.html page

Wed Dec 31, 2008 5:49 am

Hello, I use hotspot with profiles (block, and others). I need get profile users in login.html page. Exemplo:
<body>
$(if profile==block)dst=blocked.html$(endif)
How to this in mikrotik 3.13?
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6697
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: Get profile user in login.html page

Fri Jan 02, 2009 2:58 pm

I think that it is not possible to get profile into the login page.
 
User avatar
osmarrener
just joined
Topic Author
Posts: 7
Joined: Sun Oct 19, 2008 6:11 am

Re: Get profile user in login.html page

Sun Jan 04, 2009 4:34 am

I need get profile. I'm making profiles to block same users. I make this with javascript in login.htlm page. When it's get profile=block, the dst=$(login-orig) change for dst-block.html.

Someone help me