Community discussions

MikroTik App
 
levak
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 76
Joined: Thu Feb 21, 2013 8:47 pm
Contact:

Frontend for creating users

Tue Apr 15, 2014 11:57 am

Hello!

I have to create a public wifi, where I will be able to keep track of when someone access internet through my wifi (organization's demands).

So here is how I'm thinking of doing it:
- collect personal ID from client
- enter name and surname of client in a html frontend page
- send that data to user manager, create a new user
- user manager returns username and password for hotspot
- I print the voucher with 2h limit
- client logs on the network
- it would be ideal if the system could also log user MAC as well...

Is that doable?
How hard is it?
Any examples online?
What search terms should I look at?

Matej
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12658
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 11:59 am

Simply use user-manager....
 
levak
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 76
Joined: Thu Feb 21, 2013 8:47 pm
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 12:04 pm

I myself would use it, but I want to make a "idiot proof" system that will be used by the employees, which are affraid of every new thing and god forbid that there is one form that doesn't need to be filled:)

I want to make is as simple as possible for them to use:
- Enter data
- Click Send
- Wait for refreshed page with username / password
- Print voucher

Actually, I could probably merge step 3 and 4 together:)

Matej
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12658
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 12:10 pm

I NOT USE API, do not ask me for support, use the forum.

You can write your own php page, and with API do all you want...
 
levak
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 76
Joined: Thu Feb 21, 2013 8:47 pm
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 1:18 pm

Don't worry, I wont ask you:)

I will take a look at the API and try to do something useful:)

Is it possible to host the web page on the Mikrotik router?

Matej
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12658
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 1:22 pm

Don't worry, I wont ask you:)

I will take a look at the API and try to do something useful:)

Is it possible to host the web page on the Mikrotik router?

Matej
No, only external webserver.
 
solexadex
just joined
Posts: 5
Joined: Tue Apr 15, 2014 12:37 pm
Location: Abuja, FCT
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 2:09 pm

need this solution on this post, have you been able to achieve the solution to this problem?
 
User avatar
rextended
Forum Guru
Forum Guru
Posts: 12658
Joined: Tue Feb 25, 2014 12:49 pm
Location: Italy
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 2:12 pm

need this solution on this post, have you been able to achieve the solution to this problem?
I hope that levak leave us informed.
 
levak
Frequent Visitor
Frequent Visitor
Topic Author
Posts: 76
Joined: Thu Feb 21, 2013 8:47 pm
Contact:

Re: Frontend for creating users

Tue Apr 15, 2014 3:37 pm

I'm planning to look into that, but not sure when. I have other projects before that, but I will keep you posted about my progress...

Matej
 
User avatar
rahulmkhj
Member Candidate
Member Candidate
Posts: 135
Joined: Wed Mar 09, 2011 10:54 am

Re: Frontend for creating users

Mon Apr 28, 2014 9:22 am

I myself would use it, but I want to make a "idiot proof" system that will be used by the employees, which are affraid of every new thing and god forbid that there is one form that doesn't need to be filled:)

I want to make is as simple as possible for them to use:
- Enter data
- Click Send
- Wait for refreshed page with username / password
- Print voucher

Actually, I could probably merge step 3 and 4 together:)

Matej
If you're not stuck with User Manager and are OK with hosting on external server, Access Manager(http://accessmanager.in) may fit your requirement.