how can i Remove .pass Command From user Privillage

u can change this in a very simple way.

1) open your database editor (sqlyog, navicat, whatever)
2) click on database "mangos"
3) click on "COMMAND"
4) find command pass
5) change its security from 0 to 3 (so only admin can use it)
5*) if u want that your mods or gms use it, then change security from 0 to 1
---------------------------------------------------------------------------
 
if you can't find it in the command table, it's hard coded. which means it is a permanant part of the server and can't be changed unless you compile your own version of mangos.
 
Back