1.why our project need implement cloud store,then we found owncloud and found there are many same requirement with our needs. but owncloud is one private cloud store program,there is not easy way to used in our project.our project have ourself user back-end. 2.Finding solutions by search engine,there is only asked for how to used openid plugin in owncloud,no other people can answer it perfect. 3.draft solution 1 – openid plugin this set of solution is the subjective ideals,no confirm it can worked. 3.1 our project access the owncloud's open id url a,this url have username and password param,and it can register and verify login in background. 3.2 our log login in owncloud with administrate account,and create one new user by manual,with browser trace,we found it access "owncloud/index.php/settings/ajax/createuser.php", look this source file,found "OC_User::createUser" keywords,the search "createUser" keyword in...
Comments
To delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.