Page 1 of 1

Frontend for creating users

Posted: Tue Apr 15, 2014 11:57 am
by levak
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

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 11:59 am
by rextended
Simply use user-manager....

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 12:04 pm
by levak
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

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 12:10 pm
by rextended
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...

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 1:18 pm
by levak
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

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 1:22 pm
by rextended
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.

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 2:09 pm
by solexadex
need this solution on this post, have you been able to achieve the solution to this problem?

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 2:12 pm
by rextended
need this solution on this post, have you been able to achieve the solution to this problem?
I hope that levak leave us informed.

Re: Frontend for creating users

Posted: Tue Apr 15, 2014 3:37 pm
by levak
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

Re: Frontend for creating users

Posted: Mon Apr 28, 2014 9:22 am
by rahulmkhj
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.