In the openfire database of spark web, after creatung account from the admin or using the registration plugin, the database table ofUser is inserted/upadted witht hte user data, in this except for the “plainPassword” column all other columns are inserted or udated, why is it like that? is there any way that this column aslo get inserted/updated.
Actually for me i have to implement an auto login process, since the username and pasword are stored in ofUser table i have to get the username and password from this table and assign it to the login script to acutomatically login to the chat, but since the “plainPassword” field is empty and only “encryptedPassword” column is showing I am not able to do this.
Please help…
Thanks