Community discussions

MikroTik App
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: User Manager Feature request - sticky please?

Sat Feb 09, 2008 9:58 am

There are plans to add support for WEB User-Manager interface, when you will be able to erase all logs with one click.
 
User avatar
promind
Member Candidate
Member Candidate
Posts: 153
Joined: Thu Feb 23, 2006 11:26 am
Location: Rousse, Bulgaria
Contact:

Re: User Manager Feature request - sticky please?

Sat Mar 08, 2008 9:13 pm

Thank you,

Is there an estimated date or release number for this update?
Are you planning to do xml/sql export to the user manager database?
How about *sql support?
 
voip4life
Frequent Visitor
Frequent Visitor
Posts: 52
Joined: Fri Dec 16, 2005 11:52 pm
Location: US

Re: User Manager Feature request - sticky please?

Sun Mar 09, 2008 6:42 am

I know this has been requested a million times already to have customizable fields in the usermanager 'user/view' screen, and I know Mikrotik has said it will be in v3 (running rc9), but until then, is it possible to pass the username of a new hotspot user account onto the email receipt that is sent from Authorize.net to the user so that we can somehow identify them if we have billing issues since we can't see any dates, names, or email addresses in the user/view screen. It doesn't help to search either when you can't search by anything on the receipt.

I get about 1 or two per week that claim they couldn't log in and want a refund, and after a few emails back and forth to ask them their username. They always forward their receipt. I would be able to find them quickly if i had their username already (or if i could search by their name).

Also, am I the only one that would like to be able to click on the user and see the date the user signed up on?
 
User avatar
mkbatur
newbie
Posts: 44
Joined: Fri Aug 18, 2006 9:45 am
Location: Turkey & Cyprus

Re: User Manager Feature request - sticky please?

Mon Mar 31, 2008 11:26 am

Multiple session!

This is very big problem..
 
User avatar
nborson
just joined
Posts: 5
Joined: Thu Aug 10, 2006 12:35 am
Location: Gustavus, Alaska
Contact:

Re: User Manager Feature request - sticky please?

Tue May 06, 2008 11:07 pm

This thread has several requests for "simultaneous-use" or "multiple session" support in User Manager. As far as I can tell this is not supported in 3.6 and I have not seen any reply about whether this is being considered.

What I would like is for a single user account to be able to sign in with multiple computers at the same time instead of getting an "already logged on" error.

Mikrotik and RouterOS rocks!

Nate
 
Hellbound
Long time Member
Long time Member
Posts: 508
Joined: Tue Oct 26, 2004 11:21 am

Re: User Manager Feature request - sticky please?

Wed May 07, 2008 12:33 am

This thread has several requests for "simultaneous-use" or "multiple session" support in User Manager. As far as I can tell this is not supported in 3.6 and I have not seen any reply about whether this is being considered.

What I would like is for a single user account to be able to sign in with multiple computers at the same time instead of getting an "already logged on" error.

Mikrotik and RouterOS rocks!

Nate
create a profile in your routeros hotspot, give it a name and set it to your desired simultaneous number u need
put the profile name under GROUP in usermanager, it will work

good luck
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Tue Jun 24, 2008 6:45 pm

Hi kewlkeed

I sort of agree with your statements. Apparently a new release of UM will come out one of these days with many customizable functions.

I recently discovered the power of scripting on UM. Since the GUI doesn't offer you that much, I wrote scripts as follow:
1) to send me daily bandwidth usage stats (in the form of users who reached 50%, 75%, 90% and users who got capped) via email
2) to send me and the client an email the moment the client goes up a percentage level ie he goes TO 50% or from 50% to 75 or when he gets capped
3) month-end script which sends me all clients' stats for that month sorted by their percentage used level, and once the mail has been sent, all usage will be cleared. (currently I'm clearing stats manually just incase I never get the mail). I'm working on rather creating a file output in CSV format and mail the file. If for some reason I don't get the mail (smtp server not reachable etc), I could at least copy the file manually.

These scripts I mainly got working due to a excelent scripter, qnect. I took his script and rewrote it to my needs with great success.

I really wish UM will provide more details you can edit. Currently we use the comment field as a variable to "remember" certain details. If you wish, I could past more info on these scripts. Once I'm completely done with these scripts, I'll clean them up and place them on the Wiki.

I also prefer to use one platform for everything. I even thought of using the Hotspot service, rewrite the entire HTML code in order to "host" my own accounting suite. Unfortunately I haven't done html coding for about 16 years, so I have to learn from scratch again. I reckon the ideal solution would be if MT could open up the source code for UM in MT scripting language. This way you still need a MT license, but you can do with your software as you please. Also more "variables" per user is needed, as it is difficult to "pick" info from the comment field, especially if the length isn't always the same of your values.

Re, G
 
heiko_s
newbie
Posts: 40
Joined: Tue Jul 10, 2007 10:02 am
Location: germany

Re: User Manager Feature request - sticky please?

Fri Jul 04, 2008 10:07 am

Hi "G" ,
i'd like to do some scripting for Userman to get accountin infos via email.
I think very similar to that what you are doing.
Is it possible that you send me your script via email or post it here? ;o)

Many thanks in advance!

Regards
Heiko
 
User avatar
airstream
Member Candidate
Member Candidate
Posts: 188
Joined: Fri Feb 03, 2006 6:33 am
Location: New Zealand

Re: User Manager Feature request - sticky please?

Fri Jul 04, 2008 2:11 pm


These scripts I mainly got working due to a excelent scripter, qnect. I took his script and rewrote it to my needs with great success.
I too have also adapted those scripts for our setup with excellent success. We have managed to control many aspects of usermanager and ROS etc via scritpting.
 
User avatar
jordantrx
Long time Member
Long time Member
Posts: 505
Joined: Tue Oct 23, 2007 8:58 pm
Location: WAY upstate NY

Re: User Manager Feature request - sticky please?

Fri Jul 04, 2008 4:18 pm

Hi "G" ,
i'd like to do some scripting for Userman to get accountin infos via email.
I think very similar to that what you are doing.
Is it possible that you send me your script via email or post it here? ;o)

Many thanks in advance!

Regards
Heiko
Hey Heiko In my siggy is the url to the script he uses. However he has edited his to meet his requirements, if you needs his then you will have to get it from him but if you want the original you can get it from the url below. Good luck -Jordan

P.S sorry about getting off topic.... Please make the new User-manager Wisp friendly :-D
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Fri Jul 04, 2008 4:36 pm

Hi all!

I'm more than happy to post my version. Please let me know if you want mine or if the original is sufficient.

I'm still tiding up mine a bit so I could put it on the WIKI. I'm busy working on a way to remember the clients' original subscription so if you add gb's during the month, the end of month script will basically put all clients' back to their original package. I just wish UM had more variables to work with as both me and Qnect (Krige) rely on the comment field for our variables. I'm trying to make use of a CSV file and extract data to and from it, but it gets real complicated real fast.

I agree, UM needs to be made more WISP friendly!

Have a good one, G
 
heiko_s
newbie
Posts: 40
Joined: Tue Jul 10, 2007 10:02 am
Location: germany

Re: User Manager Feature request - sticky please?

Fri Jul 04, 2008 5:47 pm

I too have also adapted those scripts for our setup with excellent success. We have managed to control many aspects of usermanager and ROS etc via scritpting.
Hi airstream,
unfortunatly there's no possibility to sen PN's in this forum.
I'm searching for a job in NZ - maybe you've some usefull advices for me ?
If you like to, you can send me a email to heiko_s(at)gmx.de

Sorry for getting really OFF TOPIC ;o)

I'll give the script a try - hope i'll get it to work for us!
Thanks for your greatr support!

Regards Heiko
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Sat Jul 05, 2008 12:16 am

I too have also adapted those scripts for our setup with excellent success. We have managed to control many aspects of usermanager and ROS etc via scritpting.
Hi Airstream

Would you mind sharing your version? Perhaps we could learn from each others' scripts!

I'll trim mine a bit over the weekend and post asap!

G
 
heiko_s
newbie
Posts: 40
Joined: Tue Jul 10, 2007 10:02 am
Location: germany

Re: User Manager Feature request - sticky please?

Sun Jul 06, 2008 1:27 pm

I took a look on the scripts yesterday and tried to adadept it for our needs.
After fighting a bit with the script editor ant the scripting host, i got a "fastshot" up and running.

Can anybody say why there is no syntax highlighting in the editor an why you don't get ANY information why a script isn't running?
:wink:
Is there a hidden feature to get debug informations ?

Regards and wish you a nice sunday!
Heiko
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Sun Jul 06, 2008 3:23 pm


Can anybody say why there is no syntax highlighting in the editor an why you don't get ANY information why a script isn't running?
:wink:
Is there a hidden feature to get debug informations ?

Heiko
Hi Heiko

Unfortunately there is no debugger or syntax highlighting in the editor. I have also requested the syntax highlighting feature, as it's already working in MT3.x CLI. I debug by hashing out certain lines (put a # on the left of a newly added line) and remove the hashes till I find the problem.

You can also test your lines in the CLI and by using tabs (press the tab key) to see your valid entries.

G
 
User avatar
jordantrx
Long time Member
Long time Member
Posts: 505
Joined: Tue Oct 23, 2007 8:58 pm
Location: WAY upstate NY

Re: User Manager Feature request - sticky please?

Sun Jul 06, 2008 7:50 pm


Can anybody say why there is no syntax highlighting in the editor an why you don't get ANY information why a script isn't running?
:wink:
Is there a hidden feature to get debug informations ?

Heiko
Hi Heiko

Unfortunately there is no debugger or syntax highlighting in the editor. I have also requested the syntax highlighting feature, as it's already working in MT3.x CLI. I debug by hashing out certain lines (put a # on the left of a newly added line) and remove the hashes till I find the problem.

You can also test your lines in the CLI and by using tabs (press the tab key) to see your valid entries.

G
I have used /log info "script working untill this point"

and that will give you a rough idea of where it is running to untill it stops. However i used this in the 3.X should work in 2.9.X but not sure. Good luck. -Jordan
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Sun Jul 06, 2008 7:59 pm

I also use log entries, and specify variables so I can see the variables's actual values at that time eg:

:log info "The A variable's value is: $a and B Variable's value is $b"

This is extremely useful when working with foreach, while, etc loops
 
User avatar
airstream
Member Candidate
Member Candidate
Posts: 188
Joined: Fri Feb 03, 2006 6:33 am
Location: New Zealand

Re: User Manager Feature request - sticky please?

Mon Jul 07, 2008 1:11 am

Hi all
I also use log entries, and specify variables so I can see the variables's actual values at that time eg:

:log info "The A variable's value is: $a and B Variable's value is $b"

This is extremely useful when working with foreach, while, etc loops
Indeed this is the best way to troubleshoot scripts

Hi Airstream

Would you mind sharing your version? Perhaps we could learn from each others' scripts!

I'll trim mine a bit over the weekend and post asap!

G
Sure, I have a few helpful scripts I can share as well as backwards compatible 2.9 versions.

I think these should have new threads, this one is for Feature requests for the Usermanager.
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Mon Jul 07, 2008 1:23 am

Could you post them on the WiKi and place the direct links here? Then we go back to the original topic again!

Sorry guys!
 
pedja
Long time Member
Long time Member
Posts: 684
Joined: Sat Feb 26, 2005 5:37 am

Re: User Manager Feature request - sticky please?

Sat Aug 23, 2008 12:52 am

I asked in http://forum.mikrotik.com/viewtopic.php?f=10&t=25618 if it is possible to set User Manager to provide differenrt IP for client who connects in different segments of router network and it seems it is not possible.

So I suggest feature:

1) let User Manager give different IP regarding which segment of routed network user is connected to, ro

2) let MT use DHCP server assigning IP's without User Manager but that it may check in User Manager if MAC requesting IP is authorised to get an IP. If mac is authorised, then DHCP should assing IP as provided in local DHCP leases and mark it as approved by User Manager. If not, it should decline assigning IP to the client, or assign dynamic IP form other pool.
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Sat Aug 23, 2008 1:25 am

Hi pedja

In UM it is possible to make use of IP pools. On each NAS (Network Authentication Server) or Mikrotik, you could use the same IP Pool name, but with a different IP range.

The other option is to specify a default IP pool to be used ON the NAS, and not type anything in the Client IP or Client Pool text boxes within UM.

Hope it's making sense, if not, please be a bit more descriptive of your situation.
 
sgsmc
just joined
Posts: 9
Joined: Wed Jul 25, 2007 5:01 pm

Re: User Manager Feature request - sticky please?

Tue Sep 23, 2008 7:47 pm

In Um user password is visble and clearly readable to customer. To maintain secracy user password display shoud be in ***** form or ....... form. The customer password is desplayed in the same format. The users may not be comfortable with the idea of someone else seeing their password. The administrator has access to user password and in case of unauthoreised usage there can be cofusion
 
vsltz2008
just joined
Posts: 2
Joined: Mon Sep 22, 2008 3:56 pm

Re: User Manager Feature request - sticky please?

Sat Oct 25, 2008 8:22 pm

the new ros ver3.15 is exelent and so is the useman along with it but ....
is there a possibility of having transfer based credit like per mb
regards
 
npyoung
Frequent Visitor
Frequent Visitor
Posts: 82
Joined: Thu Jun 10, 2004 2:40 am
Location: Applegate, OR, USA
Contact:

Re: User Manager Feature request - sticky please?

Mon Nov 03, 2008 1:30 pm

How about the ability to specify a type of account instead of having to enter specific information for each customer account on the b.w. limitations? So, say, a global specification, like Fast with say a 3M/1M burst, with 1.5M/512K steady. That way, if Fast were to change due to say, competitive reasons, one wouldn't have to go in and change each customers account, just change the global specification for Fast.
 
beepee
Member Candidate
Member Candidate
Posts: 139
Joined: Tue Sep 18, 2007 6:13 am

Re: User Manager Feature request - sticky please?

Tue Dec 09, 2008 9:36 pm

The main reason I use Mikrotik is becos of the Usermanager. I use it with the hotspot to service my clients and it works fine.

Nice product!

When clients come for registration I assign a username for them which they use to login at the hotspot but when the credit limit is reached they have to come to my office to extend the credit.

I want a scenerio where a user will be able to add more credit to his/her account before the credit limit is reached. Even when credit limit is reached.
Probably through http://router_ip/user or at the hotspot login.

I usually make vouchers with a specified credit limit available for sales around the town for sales, so I want the registered users to buy the vouchers and use it to extend their credit limit.

Looking forward to a feature like this.
WELDONE
 
markto1970
just joined
Posts: 2
Joined: Sun May 14, 2006 3:41 pm

Re: User Manager Feature request - sticky please?

Fri Dec 12, 2008 3:35 am

Hi All,

Would it be possible to add Total data to reports
 
xordi
just joined
Posts: 10
Joined: Sat Feb 21, 2009 12:26 pm

Re: User Manager Feature request - sticky please?

Fri Mar 27, 2009 11:28 pm

It would also be really handy if the User List in userman could show "First Name" "Last Name" fields, as with username set to MAC address its hard to identify which account belongs to what user
Or even better would be to allow us to choose which fields we want to see on the screen, as I would like to see the date the user activated but don't need to see the first or last names (or macs for that matter) because you can always click on the user and get the personal info.

Thats great solution, NEW FIELD for MAC adress, but i wanted to use manager with My DHCP, and its impossible to see what user is behind..... but nobody can remember every MAC adress :? :? I'm waiting for this and i'll use the UM :D but now better is editing leases in WINBOX :)
 
User avatar
masked
just joined
Posts: 13
Joined: Tue Mar 24, 2009 6:11 am

Re: User Manager Feature request - sticky please?

Thu Apr 16, 2009 6:17 am

i've noticed in the 4.0beta2 that there is no new user creation abilities in the hotspot pages anymore.. if structure has changed could this be brought to our attention please?
 
User avatar
Giepie
Member
Member
Posts: 432
Joined: Mon Sep 13, 2004 12:33 pm
Location: Western Cape, South Africa
Contact:

Re: User Manager Feature request - sticky please?

Thu Apr 16, 2009 6:59 am

Hi xordi

Sorry for sending a public message, but could you please send me an email at: giepie [at] itblanket [dot] net
I'd appreciate it a lot.

G
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Fri May 29, 2009 10:44 am

Please Add Mac Binding too :D
You do not have the required permissions to view the files attached to this post.
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Fri May 29, 2009 12:00 pm

Please Add Mac Binding too :D
There is a field "Caller ID" in the new User Manager for specifying MAC address of the user.
 
User avatar
jordantrx
Long time Member
Long time Member
Posts: 505
Joined: Tue Oct 23, 2007 8:58 pm
Location: WAY upstate NY

Re: User Manager Feature request - sticky please?

Fri May 29, 2009 7:56 pm

Please Add Mac Binding too :D
There is a field "Caller ID" in the new User Manager for specifying MAC address of the user.
aweseom, what about billing? is anything being done with that? -Jordan
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Jun 17, 2009 9:06 am

yea instead of Pool name there should be a drop down option to select pool & below it second drop down option to select ip address from the selected pool. this way it will be very easy to assign ips or pool & also no one will assign same ips for more then 1 users.

Thanks
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Wed Jun 17, 2009 9:16 am

yea instead of Pool name there should be a drop down option to select pool & below it second drop down option to select ip address from the selected pool. this way it will be very easy to assign ips or pool & also no one will assign same ips for more then 1 users.

Thanks
There is no straight way for User Manager to know, which IP belong to each IP pool, as the pool may be located on completely different router.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Jun 17, 2009 9:28 am

it would be great if we can make ip pools in usermanager. it can be done if name & ips of the pools are same with the pools created in routers.

can you add this feature in future?

it is too hard to remember pool names & ip address.

Thanks
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Wed Jun 17, 2009 10:21 am

it would be great if we can make ip pools in usermanager. it can be done if name & ips of the pools are same with the pools created in routers.
can you add this feature in future?
it is too hard to remember pool names & ip address.
Thanks
User Manager could check IP pools of the local router. But it would not help if the Hotspot/PPP is located on remote router.
 
User avatar
omega-00
Forum Guru
Forum Guru
Posts: 1167
Joined: Sat Jun 06, 2009 4:54 am
Location: Australia
Contact:

Re: User Manager Feature request - sticky please?

Thu Jun 18, 2009 9:44 am

We do this on our own system by having a list of gateway devices (hotspot routers) that we can use the API to pull data from, including things like free sites, ip-pools etc.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Thu Jun 18, 2009 2:08 pm

We do this on our own system by having a list of gateway devices (hotspot routers) that we can use the API to pull data from, including things like free sites, ip-pools etc.
please can you show me some screenshots of your UM?
 
User avatar
omega-00
Forum Guru
Forum Guru
Posts: 1167
Joined: Sat Jun 06, 2009 4:54 am
Location: Australia
Contact:

Re: User Manager Feature request - sticky please?

Tue Jun 23, 2009 9:33 am

We do this on our own system by having a list of gateway devices (hotspot routers) that we can use the API to pull data from, including things like free sites, ip-pools etc.
please can you show me some screenshots of your UM?
Just something for you to oogle over, its not for sale :-P

The top line is all drop down menus that have seperate links and/or submenus where required.
screens.jpg
Oh and ignore the green bar, I should make it tidy (it is part of a polling system we have for all server/mailservers/databases etc that shows if anything is offline)
You do not have the required permissions to view the files attached to this post.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Mon Jul 06, 2009 10:50 am

Add one Report Tab

Select Date
Start Date & Time: Calendar hh:mm
End Date & Time: Calendar hh:mm
Report Format: Tabular Graph Printable CSV

Organization Wise Web Surfing Reports
Top 10 Sites (Visit wise)
Top 10 Sites (Data Transfer wise)
Top 10 Contents (Hit wise)
Top 10 Contents (Data Transfer wise)
HTTP Malicious Traffic Log

Profile Wise Web Surfing Reports
Site visit report
HTTP data transfer report
HTTP hits by Content hits
HTTP data transfer by Content

User Wise Web Surfing Reports
Site visit report
HTTP data transfer report
HTTP hits by Content
HTTP data transfer by Content

Search Web Surfing Report
Search Type Summary Details
Search For User Profile
User name
Profile name
Site name

Organization Wise Internet Usage Reports
Date wise usage report
Top 10 users by Data Transfer
Top 10 Surfing time users
Top 10 packages by Data Transfer
Top 10 surfing time groups
Summary of Activity(User Sessions)

Profile Wise Internet Usage Reports
Profilewise Data Transfer Report
Profilewise Surfing Time Report
Profilewise Usage Report
Profilewise Exclusive Report

User Wise Internet Usage Reports
Userwise Data Transfer Report
Userwise Surfing Time Report
Userwise Usage Report

Search Internet Usage Reports
Search For User Profile
Username
Profilename
IP Address

Miscellaneous Reports Profile Wise
Number of registrations done in the above period(Profile Wise)
Number of deactive done in the above period(Profile Wise) include expires
Number of last renewals done in the above period(Profile Wise)
The following reports have no date restrictions.
All active users in the system (Profile Wise)
All de-active users in the system (Profile Wise)
All users in the system(Profile Wise)

Miscellaneous Reports Zone Wise (Children wise)
Number of registrations done in the above period(Zone Wise)
Number of deactive done in the above period(Profile Wise) include expires
Number of last renewals done in the above period(Zone Wise)
The following reports have no date restrictions.
All active users in the system (Zone Wise)
All de-active users in the system (Zone Wise)
All users in the system(Zone Wise)

Miscellaneous Reports Pool Wise
Number of registrations done in the above period(Pool Wise)
Number of deactive done in the above period(Profile Wise) include expires
Number of last renewals done in the above period(Pool Wise)
The following reports have no date restrictions.
All active users in the system (Pool Wise)
All de-active users in the system (Pool Wise)
All users in the system(Pool Wise)

Miscellaneous Reports User Wise
Number of registrations done in the above period
Number of deactive done in the above period(Profile Wise) include expires
Number of last renewals done in the above period
The following reports have no date restrictions.
All active users in the system
All de-active users in the system
All users in the system

Miscellaneous Search User
Search Based On* User And Profile Remaining Usage

Search Based On User And Package
Create Date From: Calendar
To: Calendar
Do Not Apply Date Filter
Search For User Profile
Username
Profilename
Zonename
Poolname

Search Based On Remaining Usage
Enter Remaining Usage In * Absolute Value In Percentage
Expiredays
Time(In Hours)
Users To Be Included Active UsersDeactive UsersAll Users

View Bandwidth Usage Graph
View Graph Gatewaywise Poolwise Total
Graph Period TodayYesterdayWeeklyMonthlyYearly

I wish this could be implemented in New UM.
I can provide online demo for this reports.
Thanks
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Mon Jul 06, 2009 1:46 pm

Please, send the suggested demo link to support[at]mikrotik.com !
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Mon Jul 06, 2009 2:32 pm

Please, send the suggested demo link to support[at]mikrotik.com !
done
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Mon Jul 06, 2009 10:39 pm

can we integrate sms & mail server to send sms & mails to users

Also automatic sms & mailing system to warn users to recharge their account before 2 days of expiry or if their bandwidth limit is almost finished.

Also if possible warning message in userpage too

Thanks
sorry i know that my expectations are high :lol:
Last edited by asus on Tue Jul 07, 2009 11:34 am, edited 1 time in total.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Tue Jul 07, 2009 11:33 am

I think In new usermanager all child users can access thier user page from one link (Parent link)
so when we put router ip we get webbox & i don't think anyone use webbox, so can you change it to userpage?

example when user open http://10.0.0.1 instead of http://10.0.0.1/user they can login & check thier accounts.
I think this will make life more easy :D
 
User avatar
jordantrx
Long time Member
Long time Member
Posts: 505
Joined: Tue Oct 23, 2007 8:58 pm
Location: WAY upstate NY

Re: User Manager Feature request - sticky please?

Wed Jul 08, 2009 4:35 pm

+1 on this part :-)
can we integrate sms & mail server to send sms & mails to users

Also automatic sms & mailing system to warn users to recharge their account before 2 days of expiry or if their bandwidth limit is almost finished.

Also if possible warning message in userpage too

Thanks
sorry i know that my expectations are high :lol:
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Mon Jul 13, 2009 12:03 pm

can we integrate sms & mail server to send sms & mails to users
Also automatic sms & mailing system to warn users to recharge their account before 2 days of expiry or if their bandwidth limit is almost finished.
Warning emails upon reaching some usage level are already in planned feature list. And scheduled reports (for example, daily/monthly usage) report as well. And we will consider SMS report option.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Sat Jul 25, 2009 10:51 am

add profile column in table column & session details.

Thanks
 
royco
just joined
Posts: 5
Joined: Tue May 12, 2009 7:04 am

Re: User Manager Feature request - sticky please?

Tue Aug 04, 2009 10:00 am

Ability to do self registration(without credit card) but would need a voucher/prepaid card to load up the account to be able to get online. Would be useful for monthly, weekly account so they dont need to carry the access code around. My setup is in an area in Asia where credit cards are kinda rare for college students, so its all prepaid vouchers.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Sun Aug 09, 2009 10:58 pm

Instead of Image please put option like this Image in Sessions & User sessions. So, it will be more easier to find the date & Monthly Usage of Users.

Thanks
asus
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Thu Aug 13, 2009 11:45 am

can we auto bind user to their macid?
i use pppoe

can you place a tick box beside caller id so that if the tick box is ticked user macid will be automatically placed to his caller id when he will login for 1st time & also make that box default ticked when we add new user.

this will increase security my users change thier account with each other & i cannot assign everyones macid manually.
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Thu Aug 13, 2009 3:18 pm

can you place a tick box beside caller id so that if the tick box is ticked user macid will be automatically placed to his caller id when he will login for 1st time & also make that box default ticked when we add new user.
It is already in our feature request list and will be implemented.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Mon Aug 17, 2009 3:51 pm

1. total numbers of result in users, A session, A Users, Advance Search

2. can you change color of disabled user in user list from grey to red

3. Advanced search profile wise

4. profiles in table column
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Mon Aug 17, 2009 5:47 pm

2. can you change color of disabled user in user list from grey to red
Disabled row foreground color is now configurable as style attribute.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Aug 19, 2009 10:07 am

As an Internet services provider we have to deal with complaints of our users, for that we have complaints management. So, Now we have to add every users on both database MT & complain Management. So, it would be great if you can add onemore more button of complaints in which we can add complaints of our users in same database & it would be great if complaint logs are saved in user details even if they r done.

eg.
search user box:[ ]

Search Result:
userid username phone problem comment

this option will be simple & great for operator to add complaints
in problem column you can add a dropdown of complaints which is editable through parent login
like UNPLUG, RTO=requesttimeout, CONFIG, RANGE, DISCONNECTION etc & in comments we can add time or something else specified by the user on call.

when child customers will login they can check complaints & solve them they can have options like this.
Pending Complaints : 1
userid username phone problem comment engineer tickbox1 tickbox2 tickbox3

Here in place of engineer we can have dropdown
tickbox1= Checked (Engineer has visited & checked the problem)
tickbox2= Pending (User was not at home or may be work is pending more)
tickbox3= Solved (Work is done) after this complaint should be disappear from complaint list but we can check complaints in user details.


Thanks alot
:)
Last edited by asus on Wed Aug 19, 2009 10:10 am, edited 1 time in total.
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26378
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: User Manager Feature request - sticky please?

Wed Aug 19, 2009 10:09 am

I don't think this will be made :) Let's make the general functionality working first!
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Aug 19, 2009 10:15 am

I hope & see very bright future of MT. So, just trying to make it all rounder & admin friendly :)

I hope it will be implement in future!
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Wed Aug 19, 2009 2:18 pm

This looks like a feature out of User Manager's scope. As it is not very easy to implement, nor very important, it will not be available in near future.

Right now you can use comment field to store user complaints. Not very convenient and advanced way of complaint tracking. But a very general way though. For example, you can store comments of two users as:
complaint="Description of a complaint" status=active
and
complaint="Description of another complaint" status=solved
You can then track all active complaints by using advanced search for users with comment is like "status=active".
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Aug 19, 2009 10:47 pm

I know it is not simple & it is not important but in my view more then providing internet an ISP have to give a good service like low downtime & quick services. you can search in google there r many software which are specially made for complaints like ISP ticket system & complaints management & u guys never thought about this...Gr8
atleast add a dropdown option in userdetails like comment

anyway i don't want to argument on this topic!
it was my last try to add this in ur todo list :(
 
fewi
Forum Guru
Forum Guru
Posts: 7717
Joined: Tue Aug 11, 2009 3:19 am

Re: User Manager Feature request - sticky please?

Wed Aug 19, 2009 11:00 pm

Just use a proper ticketing system (there's plenty available for free) and use the comment field to store one or more ticket references.

Felix
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Thu Aug 20, 2009 11:15 am

We can add one or a couple of new fields to a user - it is very easy to do. But how would it be different from the comment field?

Please, take into account, that many customers would like to have completely different attributes for user entries. So your suggestions should be very general to match other needs also.

We could add a custom drop down field, having values "User Category 1", "User Category 2", ..., "User Category 5". Then you can change the displayed name of categories, using translation files: http://wiki.mikrotik.com/wiki/User_Manager/4/Languages . In that way these categories can be used in a general way, to divide users in different groups, by having different category names, based on particular customer needs.

If such a feature would make your work more convenient, we could possibly implement it.

We would like to hear comments from other users - would this general-purpose drop-down box be useful? Is anybody already using language support by translating the language file to a local language?
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Fri Sep 11, 2009 3:59 pm

More csv template options
Creation Date, Renewal Date, Expiry date, Profile, Phone, IP address, Caller ID, Shared users, First name, Last name, Location, Comment & Email.


also add All in perpage option.
 
User avatar
dunga
Member Candidate
Member Candidate
Posts: 254
Joined: Fri Jan 23, 2009 9:51 am
Location: Nigeria

Re: User Manager Feature request - sticky please?

Tue Sep 15, 2009 12:18 pm

There is one issue that have not being implemented and placed in user manager. i have observed that, even if you disable a client/username, that user still counts.

let me explain myself very well.
A user logged in for 2days and inform us that he is going out for vacation and will be back in 2months time, that we should disable his account so that when he comes back he will use it and call us to activate it.

When you disable the user in Usermanager, the account still counts witout being used.

Can mikrotik work on this issue so that when an account is disabled, it stops at that time and start counting only when it becomes active again by activating it in userman.
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Thu Sep 17, 2009 11:21 am

In next release user will be disconnected, when disabled. CoA Disconnect request must be used (option for each router) for it to work.
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Thu Sep 17, 2009 11:28 am

More csv template options
Creation Date, Renewal Date, Expiry date, Profile, Phone, IP address, Caller ID, Shared users, First name, Last name, Location, Comment & Email.
It's already in our TODO list.
also add All in perpage option.
This will not be implemented due to performance reasons.
 
User avatar
dunga
Member Candidate
Member Candidate
Posts: 254
Joined: Fri Jan 23, 2009 9:51 am
Location: Nigeria

Re: User Manager Feature request - sticky please?

Thu Sep 17, 2009 5:43 pm

Other things i suggest mikrotik to do in user manager are as follows;

Assuming someone asked for like 1hr browsing and the account is created without any time limit, that is uptime limit is 0s. after the person must have used like 30mins and logs out, when he comes back to log in using the same username/password, the next day, it will show credit limit has reached. This also happens even when the user shuts down his computer witout loggin out from the browser. Which i thought idle time out should have solved.

I noticed another issue, why is it that if you create a user in hotspot thru winbox, and incidentally the same name is created in UM with a different password, that user cannot login with the account created in UM. Again, users created with UM displays R in front of the account when u view active usres in hotspot using winbox while the users created with winbox does not display such R.

I want Mikrotik to implement timed option in their UM, where a user can browse based on time band, Morning hours (6am - 9am), evening hours, Night and wkends so that users can choose time band that suites them.

Thanks
 
userman
Member Candidate
Member Candidate
Posts: 196
Joined: Tue Sep 05, 2006 2:53 pm

Re: User Manager Feature request - sticky please?

Fri Sep 18, 2009 12:51 pm

Assuming someone asked for like 1hr browsing
Specify uptime limit (not credit/profile validity time) in this case.
if you create a user in hotspot thru winbox, and incidentally the same name is created in UM with a different password, that user cannot login with the account created in UM.
That's how it is designed - first local HotSpot user table is checked, if user is found there, no request is sent to User Manager.
I want Mikrotik to implement timed option in their UM, where a user can browse based on time band, Morning hours (6am - 9am), evening hours, Night and wkends so that users can choose time band that suites them
That's already available in version 4.
 
User avatar
dunga
Member Candidate
Member Candidate
Posts: 254
Joined: Fri Jan 23, 2009 9:51 am
Location: Nigeria

Re: User Manager Feature request - sticky please?

Sun Sep 20, 2009 8:46 pm

Assuming someone asked for like 1hr browsing
Specify uptime limit (not credit/profile validity time) in this case.


Assuming batch of users are to be created or generated and printed, is there an option to make it available to all generated users.

Is it possible to only upgrade/update the UM package in MT without updating/upgrading the whole OS or packages. Can someone downgrade the UM back to its old version without loosing all the data in the UM.

I want Mikrotik team to also implement the import/export option in UM so that transfer of database is made easy in MT.

Thanks
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Fri Sep 25, 2009 3:09 pm

One more option request in user Private information now we have phone option in user it would be great if we have mobile options also coz when sms notice & warning system will be implemented in future there are few numbers which doesn't accept sms like landlines phones etc. so for sms we can use mobile option.

Thanks.
 
User avatar
dunga
Member Candidate
Member Candidate
Posts: 254
Joined: Fri Jan 23, 2009 9:51 am
Location: Nigeria

Re: User Manager Feature request - sticky please?

Fri Sep 25, 2009 9:57 pm

can someone only upgrade the user manager package alone without upgrading other packages and still retain the data in the user manager. Will downgrading still make it possible not to lose the data created in UM, I am asking because of the issues with v4.0 before it is rc

Please, i need an urgent response to this question.

thanks
 
User avatar
masked
just joined
Posts: 13
Joined: Tue Mar 24, 2009 6:11 am

Re: User Manager Feature request - sticky please?

Tue Oct 06, 2009 2:09 pm

support for the ability for profiles to exist for set period of days, not uptime. eg. 512k/128k 5gb 1 month. please let me know if i've overlooked this functionality.

and new user account creation via the portal of course.
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Oct 07, 2009 9:48 am

can you put total number of users in Users Button?? like in A session Button & add 2 more buttons below Users.

100 Users
80 A Users = Enabled Users
20 D Users = Disabled Users

& total numbers of search result in search button.

can we search date wise instead of page numbers in sessions & users sessions

Thanks
 
skye1
newbie
Posts: 29
Joined: Thu May 17, 2007 5:10 am

Re: User Manager Feature request - sticky please?

Thu Oct 08, 2009 4:43 pm

can you place a tick box beside caller id so that if the tick box is ticked user macid will be automatically placed to his caller id when he will login for 1st time & also make that box default ticked when we add new user.
It is already in our feature request list and will be implemented.
Is there an estimated implementation time for this feature?

Also it would be very useful that this feature could extend to self sign ups. Example:
User views hotspot portal, user elects to pay for access. User performs sign up process. User submits payment, payment accepted, user directed to login, user logs in and MAC is recorded and associated with user account,
If MAC auth is selected as option on hotspot, now as MAC is associated with user account, user is no longer prompted for [name/password] until time runs out or if MAC changes, this would solve some other issues and perhaps create a couple, but the usefulness of this feature would be awesome.
 
bimwilly
just joined
Posts: 16
Joined: Wed Oct 14, 2009 7:10 pm

Re: User Manager Feature request - sticky please?

Sat Oct 17, 2009 9:18 pm

hello,
user manager is great, i use box 2.9.27. but my user manager does not have days of expiry for each ticket or batch i try to generate, is there soution for this .
pls forum let me know whats up.
God bless Mikrotik
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Oct 21, 2009 9:05 am

permanent simple queue graph of users in userpage & a popup button beside show session in owner login user details to check user usage graph. :)
 
User avatar
normis
MikroTik Support
MikroTik Support
Posts: 26378
Joined: Fri May 28, 2004 11:04 am
Location: Riga, Latvia

Re: User Manager Feature request - sticky please?

Wed Oct 21, 2009 9:26 am

hello,
user manager is great, i use box 2.9.27. but my user manager does not have days of expiry for each ticket or batch i try to generate, is there soution for this .
pls forum let me know whats up.
God bless Mikrotik
you use an ancient version. buy a license and install v4 where all the new features are in
 
beny30
Member Candidate
Member Candidate
Posts: 137
Joined: Tue Aug 26, 2008 2:13 pm

Re: User Manager Feature request - sticky please?

Wed Oct 21, 2009 7:34 pm

Hi all

I just tried User Manager it looks good but could not find Caller ID when I tried to add any user, I tried RouterOS in x86 with 4.1 v 0 licence level, is there it or I am wrong? I would like to ask you if there is any way to redirect user that spent their credit at any page or it is not possible to tell them that they need to pay for extended time or just to get them disconected?

Thanks in advance!
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Oct 28, 2009 9:57 am

when user switch profiles & login we are unable to check which profile he was using before so i request to add actual profile column in sessions, A sessions, show session in user details & user page session.

also remove router Ip & add Download, Upload, Uptime in user page

Thanks :)
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Wed Oct 28, 2009 11:20 am

a small request in advance search dropdown option for actual profile search

Thanks
 
kolinsb
Frequent Visitor
Frequent Visitor
Posts: 63
Joined: Sat Jun 30, 2007 7:22 pm

Re: User Manager Feature request - sticky please?

Sat Dec 12, 2009 9:17 pm

1) limit per day. one user can download 200MB per day, not more.... 200Mb another day etc.
2) more profiles attached on one user. example: i wanna set 1Mbps speed in time interval 00:00-00:06, and another speed 2Mbps in time interval 00:06-00:00
 
shrek777
Member Candidate
Member Candidate
Posts: 264
Joined: Wed Jan 21, 2009 9:44 am

Re: User Manager Feature request - sticky please?

Sun Dec 20, 2009 9:23 am

Hello
I want to ask one more thing too if its possible.

We are giving wireless client devices to clients to connect to our antennas for for some time, if user will not pay for 1 month we are going and taking this client device from him.

1. is it possbile to see in reports how long client didnot payed, or when he payed for last time?
2. we are selling internet local speed 2mbps and 512 global speed for 10 usd.
When i am limiting user i limit local speed from userman but global from router using queues which i am creating manualy.

Global speed queue rule is . i am adding all local IP addresses to paket mark and passthrough no and last packet mark is 0.0.0.0/0 wich is global.

is it possible to add this rule to usermanager profile, or creat this profile in user manager?
 
User avatar
asus
Member
Member
Posts: 403
Joined: Fri Mar 27, 2009 9:42 am
Location: Mumbai, India

Re: User Manager Feature request - sticky please?

Mon Dec 21, 2009 9:04 am

can we make our custom login page for UM admin & userpage? using html or php????

e.g.
http://forum.mikrotik.com/viewtopic.php?f=2&t=26609
 
User avatar
JP_Wireless
Member Candidate
Member Candidate
Posts: 276
Joined: Thu Dec 13, 2007 4:31 pm
Location: Lagos Nigeria
Contact:

Re: User Manager Feature request - sticky please?

Sat Mar 06, 2010 5:35 pm

Assuming someone asked for like 1hr browsing
Specify uptime limit (not credit/profile validity time) in this case.
if you create a user in hotspot thru winbox, and incidentally the same name is created in UM with a different password, that user cannot login with the account created in UM.
That's how it is designed - first local HotSpot user table is checked, if user is found there, no request is sent to User Manager.
I want Mikrotik to implement timed option in their UM, where a user can browse based on time band, Morning hours (6am - 9am), evening hours, Night and wkends so that users can choose time band that suites them
That's already available in version 4.
I am runung UM v4.4 but cant get this features! gone the manual but finding difficult. Where exactly is this features? Credits, Users, Customers etc?
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: User Manager Feature request - sticky please?

Mon Mar 08, 2010 12:56 pm

JP_Wireless, make sure you are running the user manager test package. All new functions should be there.

asus, currently there is no too much you can change at User Manager login page.
 
Gareth
Frequent Visitor
Frequent Visitor
Posts: 76
Joined: Sat Apr 24, 2010 7:45 am
Location: South Africa

Re: User Manager Feature request - sticky please?

Wed Apr 28, 2010 5:17 pm

Can the user manager log be kept in a separate file, visible in Winbox's file list, that can then be easily deleted. Deleting hundreds of thousands of entries with the methods described on this forum takes forever and is extremely unfunny. :?
 
Rabbit
just joined
Posts: 9
Joined: Mon Feb 15, 2010 6:27 am
Location: Alabama, USA

Re: User Manager Feature request - sticky please?

Mon May 10, 2010 9:30 pm

Would it be possible to set the sign-up page by default to the trial user? Then when trial over give the option of purchasing a plan / profile?
 
User avatar
sergejs
MikroTik Support
MikroTik Support
Posts: 6695
Joined: Thu Mar 31, 2005 3:33 pm
Location: Riga, Latvia
Contact:

Re: User Manager Feature request - sticky please?

Tue May 11, 2010 1:25 pm

Gareth, thank you for the suggestion (we have similar ideas about it), currently you cannot do it, perhaps it will be possible in the future.

Rabbit, add signup link to the login page, the current way how to move trial user to signup.
 
shrek777
Member Candidate
Member Candidate
Posts: 264
Joined: Wed Jan 21, 2009 9:44 am

Re: User Manager Feature request - sticky please?

Wed May 12, 2010 10:37 am

Hello
we are using our own software which is writen on PHP, this software is for help desk, and it adds users automaticaly when help desk adds it in our software, we want to update to usermanager test but new usermanager doesnot support this command
too user-manager user add-credit

are you going to implement it in new user man?
 
celestius
just joined
Posts: 19
Joined: Fri Jun 08, 2007 8:02 pm

Re: User Manager Feature request - sticky please?

Sat May 22, 2010 1:45 am

Subscription Profiles Feature Request

I opened up a separate thread about our interest in having profiles that automatically renew/charge at the end of their cycle here:

http://forum.mikrotik.com/viewtopic.php?f=10&t=40880

I'm curious to see if other users are interested in this feature so if you have not already done so please view the page and vote on the poll.

Thanks!
 
rubence
just joined
Posts: 24
Joined: Mon Jan 24, 2011 10:06 am

Re: User Manager Feature request - sticky please?

Wed Jan 26, 2011 10:33 pm

usermanager can do time-limit and traffic amount limit.

when user login his page he can see how much time (i.e, time-limit) he is given.

but he cant see how much traffic he is given (i.e, trffic-limit) .

is there any option to show the user how much traffic limit he is given, so that he can calculate his future use.
 
multipath
newbie
Posts: 43
Joined: Fri Sep 17, 2010 4:42 pm

Re: User Manager Feature request - sticky please?

Fri Jan 28, 2011 10:46 pm

Would it be possible to add an option to use the subscription monthly billing feature of paypal and still have the regular one time paypal purchases?
 
springlandswifi
just joined
Posts: 7
Joined: Wed Nov 10, 2010 12:22 am
Contact:

Re: User Manager Feature request - sticky please?

Sun Nov 20, 2011 7:22 am

Hi All,

The feature that I would really love to be added to the user CLI/API is the profile being about to be set to the user

Come on Guys at Mikrotik, I would be easy for you very talented guys to do and it would some many of it MISP's happy

Please advise when it is going to be fixed.

Mark
Springlandswifi.thruhere.net
 
User avatar
111111
Member Candidate
Member Candidate
Posts: 195
Joined: Thu Oct 05, 2006 1:39 am
Location: BG,SOFIA

Re: User Manager Feature request - sticky please?

Mon Nov 21, 2011 1:13 pm

tool to convert *.UMB database from previous version to actual
 
bawolek
Frequent Visitor
Frequent Visitor
Posts: 61
Joined: Thu Mar 29, 2007 3:33 pm
Location: Poland/Wroclaw

Re: User Manager Feature request - sticky please?

Mon Dec 12, 2011 9:21 pm

Hi
i think its will be very usefull to add "local adress list" parameter to User Manager/Users for example in my network I have UM on border router with QoS and limitation based on PCQ and adress lists of clients,
but address lists I use for filtering, redirect to any web pages and many diferent things on this border router. will be great if i can use something to add "remote IP to" address list on the same router with "user menager"

for this moment user menager sent "adress list" to radius client but this client only terminating pppoe sesion

I hope that everyone understands what I mean


PS this is a big problem to add this add on for UM ?

Who is online

Users browsing this forum: No registered users and 31 guests