• Resolved anshuludapure

    (@anshuludapure)


    Hello
    I am facing one problem .
    I did install member plugin . so now I have 30 reader .
    but strange problem is coming like my admin username / password is not taking .
    may be my programmer changed this . I don’t know .

    I did view phpmyadmin to check user status . but I can not guess my username what change . I did view many link about changing password from
    phpMyadmin .

    but my problem is different . I don’t know what is my admin username .
    I guess in mysql from phpmyamdin we can get who is the admin.
    but I don’t know from which table I get this information .

    please help me anyone .

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • In phpmyadmin or mysql query run this –

    select user_login from wp_users inner join wp_usermeta on wp_users.ID = wp_usermeta.user_id where (meta_key = ‘wp_capabilities’ and meta_value like ‘%administrator%’) or (meta_key = ‘wp_user_level’ and meta_value = 10)

    Which will give you the user names of any users with admin-level capability.

    Thread Starter anshuludapure

    (@anshuludapure)

    ok thank you very much
    but when I run this mysql query on phpmyadmin
    I am getting zero result .

    what you propose me now

    please help

    So you don’t remember the password you set when you installed WordPress? That should be recoverable using THIS LINK.

    Thread Starter anshuludapure

    (@anshuludapure)

    Thanks for your suggestion . It is workign now

    Thread Starter anshuludapure

    (@anshuludapure)

    I did install ajax login plugin . but when I activate plugin then on some page nothing is coming .and page stops .

    I think plugin is corrupted .

    what I do now ? please help

    Obviously … remove the plugin. Deactivate it first, then use your FTP account to remove the plugin folder (if used) or the plugins php file from the plugins folder if that is where it was stored.

    Thread Starter anshuludapure

    (@anshuludapure)

    I did it but still nothing is coming
    please check
    https://www.phpwebonline.com/wordpress/wordpress/wp-admin/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘admin username password not working’ is closed to new replies.