access usermanger ??

hi

when i Enaple the hotspot
i can not access usermanger
but when i disapled
i can access the usermanger

why ???

no body have answer ?

http://wiki.mikrotik.com/wiki/User_Manager/Getting_started#Use_web_interface

Note: On RouterOS 4.1, User-manger webinterface is unreachable with an HTTP 404 when attempting to navigate to http://inside_ip/userman from behind a Hotspot interface where inside_ip is an non-NAT’d IP address on the router. Two workarounds: change the ‘www’ service port from 80 to something other than 80 or 8080, such as port 81. Then use http://inside_ip:81/userman, or use an IP address hotspot users are NAT’d to (http://outside_ip/userman) instead.

I am using userman for the first time.
Version 5.1

I have a custom hotspot login page that works fine and a link on that page to the userman signup page: https://domain/user/signup/publicID

The signup page works fine from the WAN, but not from the hotspot. So I searched and read and read and read and found this thread.

The ONLY way I can get this page to load when I am behind the hotspot is to change the www-ssl service port, to 444 in my case, AND add a firewall rule like:

/ip firewall filter
add action=accept chain=pre-hs-input disabled=no dst-address=10.10.65.1 \
    dst-port=444 protocol=tcp src-address=10.10.65.0/24

My hotspot address is 10.10.65.1, obviously.

This firewall entry opens the entire web interface of the RB to the hotspot.

I don’t want that.

Is there something simple I am missing?

Also, is there a way to customize the userman user login page? http:///user
I’m using userman-test and the login page title is “User Manager Test” … I want to remove the word “Test”
Also, I’d rather brand this with my logo.