AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   admin login with custom amx_password_field (https://forums.alliedmods.net/showthread.php?t=104830)

AlexALX 09-28-2009 02:12

admin login with custom amx_password_field
 
hello all. Sorry for my english.

may be rewritten in order admin.amxx config users.ini add 1 more option that will be as amx_password_field, to each his admin?

example:
"name|ip|steamid" "pass" "access flags" "account flags" "amx_password_field"

AlexALX 09-28-2009 08:49

Re: admin login with custom amx_password_field
 
this is possible? admin_push function not open code...

fysiks 09-28-2009 13:36

Re: admin login with custom amx_password_field
 
Why do you want two passwords for each admin?

Exolent[jNr] 09-28-2009 15:12

Re: admin login with custom amx_password_field
 
Quote:

Originally Posted by fysiks (Post 945950)
Why do you want two passwords for each admin?

He doesn't.
Instead of using the amx_password_field cvar, he wants to make that field dynamic per admin.

fysiks 09-28-2009 16:21

Re: admin login with custom amx_password_field
 
Quote:

Originally Posted by Exolent[jNr] (Post 946068)
He doesn't.
Instead of using the amx_password_field cvar, he wants to make that field dynamic per admin.

Oh, interesting. Sounds like it would be complicated.

Sylwester 09-28-2009 16:27

Re: admin login with custom amx_password_field
 
Not really complicated, but making a plugin that is able to steal password still wouldn't be complicated either.

Save admins by steamid ftw...

AlexALX 09-28-2009 17:09

Re: admin login with custom amx_password_field
 
Quote:

Originally Posted by Exolent[jNr] (Post 946068)
He doesn't.
Instead of using the amx_password_field cvar, he wants to make that field dynamic per admin.

yes.

exists plugin pwlog.amxx and this plugin logs admin password when admin go to this server with this p;ugin, and if amx_password_field is custom for all admins... security, understand?

AlexALX 09-29-2009 03:49

Re: admin login with custom amx_password_field
 
I have idea, but I do not get...
create 2 config (example users_pw.ini)

in users.ini write:
"Tester" "" "flags" "e"
in users_pw.ini
"Tester" "pass" "_pw_custom"

and create new admin autorization in plugin by users_pw.ini

fysiks 09-29-2009 03:53

Re: admin login with custom amx_password_field
 
Quote:

Originally Posted by Exolent[jNr] (Post 946068)
He doesn't.
Instead of using the amx_password_field cvar, he wants to make that field dynamic per admin.

Now that I think of it, it is in fact just like having a second password lol :).


@Alex: Just use SteamID. It solves many problems all in one simple change.

Styles 09-29-2009 05:23

Re: admin login with custom amx_password_field
 
Well, have fun with your ban.

No Steam == No Support!


All times are GMT -4. The time now is 22:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.