How to login users that are stored within a Wordpress account
        Posted  
        
            by 
                user3716795
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user3716795
        
        
        
        Published on 2014-06-07T03:00:40Z
        Indexed on 
            2014/06/07
            3:26 UTC
        
        
        Read the original article
        Hit count: 210
        
I am developing an iOS app that is password protected and all the users are stored in a wordpress account that, of course, is password protected as well. Does anybody know the format that wordpress uses to store login information for these accounts, I would assume that it is a MySQL that sends a json? I have only been able to find the database code for the initial admin page but nothing that shows the way these accounts (815 to be exact) would be stored within the site.
© Stack Overflow or respective owner