{"id":817,"date":"2020-03-21T20:45:35","date_gmt":"2020-03-21T20:45:35","guid":{"rendered":"https:\/\/help.unitedover.com\/digits\/?post_type=manual_kb&#038;p=817"},"modified":"2023-07-18T11:31:32","modified_gmt":"2023-07-18T11:31:32","slug":"account-approval","status":"publish","type":"manual_kb","link":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/","title":{"rendered":"User Account Approval"},"content":{"rendered":"\n<p>With user account approval addon you can screen all your new signed up users and give them access to your site manually.<\/p>\n\n\n\n<p>Once activated the plugin will add <strong>Account Action<\/strong> buttons on your users page and edit user page<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png\" alt=\"\" class=\"wp-image-821\" width=\"466\" height=\"208\" srcset=\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png 871w, https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-300x134.png 300w, https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-768x343.png 768w\" sizes=\"(max-width: 466px) 100vw, 466px\" \/><\/figure>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Terminology <\/h2>\n\n\n\n<p><strong>Approve<\/strong><br>Newly signed up users will not be able to login until their account gets approved. They&#8217;ll get a message saying that their account is pending for approval<br><br><strong>Reject<\/strong><br>If any newly signed up account gets rejected then they&#8217;ll not be able to login to your site and will receive a notice saying that their account has been rejected.<br><br><strong>Disable<\/strong><br>You can disable any of the approved account temporarily or permanent, so even if their account was approved at the time of signup, with this you can block the access of that user in future.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Auto Approve<\/h2>\n\n\n\n<p>This addon also has a feature to auto-approve the user roles you want.<br><br>For e.g.:<br>You have two signup forms, one for customers and the other one for vendors; and you want to auto-approve all new customers and only manually approve new vendor users. This is also possible.<\/p>\n\n\n\n<p>Just enable Auto Approve from addon settings and put the user roles you want to auto approve<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"293\" src=\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-1-1024x293.png\" alt=\"\" class=\"wp-image-823\" srcset=\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-1-1024x293.png 1024w, https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-1-300x86.png 300w, https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-1-768x220.png 768w, https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image-1.png 1272w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Hooks to Trigger Custom Function<\/h2>\n\n\n\n<p>If you want to trigger emails, some custom theme function or anything else when any of the approval status is triggered then you can use the below hooks. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_action('digits_account_status_change', 'user_approval_status_change', 10, 2);function user_approval_status_change($status, $use){<br>        switch ($status){<br>            case Digits_Account_Approval::PENDING:<br>                \/*<br>                 * When user approval is pending<br>                 *\/<br>                break;<br>            case Digits_Account_Approval::APPROVED:<br>                \/*<br>                 * When user is approved<br>                 *\/<br>                break;<br>            case Digits_Account_Approval::REJECTED:<br>                \/*<br>                 * When user is rejected<br>                 *\/<br>                break;<br>            case Digits_Account_Approval::DISABLED:<br>                \/*<br>                 * When user account is disabled<br>                 *\/<br>                break;<br>        }<br>    }<\/code><\/pre>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":48,"template":"","format":"standard","manualknowledgebasecat":[8],"manual_kb_tag":[],"class_list":["post-817","manual_kb","type-manual_kb","status-publish","format-standard","hentry","manualknowledgebasecat-addons"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to manually approve or reject users on new WordPress signup<\/title>\n<meta name=\"description\" content=\"Discover how our WordPress plugin add-on enhances the user account approval process, saving you time and effort. Streamline user registration, automate approval workflows, and maintain a secure and efficient website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to manually approve or reject users on new WordPress signup\" \/>\n<meta property=\"og:description\" content=\"Discover how our WordPress plugin add-on enhances the user account approval process, saving you time and effort. Streamline user registration, automate approval workflows, and maintain a secure and efficient website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/\" \/>\n<meta property=\"og:site_name\" content=\"Digits Help\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-18T11:31:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/\",\"url\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/\",\"name\":\"How to manually approve or reject users on new WordPress signup\",\"isPartOf\":{\"@id\":\"https:\/\/help.unitedover.com\/digits\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png\",\"datePublished\":\"2020-03-21T20:45:35+00:00\",\"dateModified\":\"2023-07-18T11:31:32+00:00\",\"description\":\"Discover how our WordPress plugin add-on enhances the user account approval process, saving you time and effort. Streamline user registration, automate approval workflows, and maintain a secure and efficient website.\",\"breadcrumb\":{\"@id\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#primaryimage\",\"url\":\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png\",\"contentUrl\":\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png\",\"width\":871,\"height\":389},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/help.unitedover.com\/digits\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"User Account Approval\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/help.unitedover.com\/digits\/#website\",\"url\":\"https:\/\/help.unitedover.com\/digits\/\",\"name\":\"Digits Help\",\"description\":\"WordPress Mobile Number Signup and Login\",\"publisher\":{\"@id\":\"https:\/\/help.unitedover.com\/digits\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/help.unitedover.com\/digits\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/help.unitedover.com\/digits\/#organization\",\"name\":\"UnitedOver\",\"url\":\"https:\/\/help.unitedover.com\/digits\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/help.unitedover.com\/digits\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2018\/11\/logo512.png\",\"contentUrl\":\"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2018\/11\/logo512.png\",\"width\":512,\"height\":512,\"caption\":\"UnitedOver\"},\"image\":{\"@id\":\"https:\/\/help.unitedover.com\/digits\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to manually approve or reject users on new WordPress signup","description":"Discover how our WordPress plugin add-on enhances the user account approval process, saving you time and effort. Streamline user registration, automate approval workflows, and maintain a secure and efficient website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/","og_locale":"en_US","og_type":"article","og_title":"How to manually approve or reject users on new WordPress signup","og_description":"Discover how our WordPress plugin add-on enhances the user account approval process, saving you time and effort. Streamline user registration, automate approval workflows, and maintain a secure and efficient website.","og_url":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/","og_site_name":"Digits Help","article_modified_time":"2023-07-18T11:31:32+00:00","og_image":[{"url":"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/","url":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/","name":"How to manually approve or reject users on new WordPress signup","isPartOf":{"@id":"https:\/\/help.unitedover.com\/digits\/#website"},"primaryImageOfPage":{"@id":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#primaryimage"},"image":{"@id":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#primaryimage"},"thumbnailUrl":"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png","datePublished":"2020-03-21T20:45:35+00:00","dateModified":"2023-07-18T11:31:32+00:00","description":"Discover how our WordPress plugin add-on enhances the user account approval process, saving you time and effort. Streamline user registration, automate approval workflows, and maintain a secure and efficient website.","breadcrumb":{"@id":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#primaryimage","url":"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png","contentUrl":"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2020\/03\/image.png","width":871,"height":389},{"@type":"BreadcrumbList","@id":"https:\/\/help.unitedover.com\/digits\/kb\/account-approval\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/help.unitedover.com\/digits\/"},{"@type":"ListItem","position":2,"name":"User Account Approval"}]},{"@type":"WebSite","@id":"https:\/\/help.unitedover.com\/digits\/#website","url":"https:\/\/help.unitedover.com\/digits\/","name":"Digits Help","description":"WordPress Mobile Number Signup and Login","publisher":{"@id":"https:\/\/help.unitedover.com\/digits\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/help.unitedover.com\/digits\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/help.unitedover.com\/digits\/#organization","name":"UnitedOver","url":"https:\/\/help.unitedover.com\/digits\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/help.unitedover.com\/digits\/#\/schema\/logo\/image\/","url":"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2018\/11\/logo512.png","contentUrl":"https:\/\/help.unitedover.com\/digits\/wp-content\/uploads\/sites\/2\/2018\/11\/logo512.png","width":512,"height":512,"caption":"UnitedOver"},"image":{"@id":"https:\/\/help.unitedover.com\/digits\/#\/schema\/logo\/image\/"}}]}},"acf":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/manual_kb\/817","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/manual_kb"}],"about":[{"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/types\/manual_kb"}],"author":[{"embeddable":true,"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":2,"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/manual_kb\/817\/revisions"}],"predecessor-version":[{"id":2235,"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/manual_kb\/817\/revisions\/2235"}],"wp:attachment":[{"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/media?parent=817"}],"wp:term":[{"taxonomy":"manualknowledgebasecat","embeddable":true,"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/manualknowledgebasecat?post=817"},{"taxonomy":"manual_kb_tag","embeddable":true,"href":"https:\/\/help.unitedover.com\/digits\/wp-json\/wp\/v2\/manual_kb_tag?post=817"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}