1,500 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
53
views
Developers Facebook verify account - blocked as no screen change after submitting the verification code
When trying to create a developer Facebook account, I have struggles when I submit my code got by SMS. I put the code and click on send (I don't see any captcha) but I stay on the same screen without ...
0
votes
0
answers
119
views
Unable to Remove Accounts to set device owner in Android Device
enter image description here
I want to remove accounts from my Meta Quest device to set a new device owner, but I can’t do it anymore because the accounts seem to have disappeared.
When I run adb ...
0
votes
0
answers
117
views
How can I convert Nextcloud Accounts into LDAP-Accounts?
I've got several Nextcloud-Accounts in my Nextcloud instance and now set up a LDAP-Server. Is there any way to "move" the Nextcloud-Accounts to the LDAP-Server so that all the data and ...
0
votes
0
answers
23
views
unable to create a service account keyq
Unable to create service account key on "active-backup-for-google-works@titanium-portal-450112-g6.iam.gserviceaccount.com" project.
Giving an error:
Creating service account key but unable ...
0
votes
1
answer
147
views
How to Properly Trigger Default WooCommerce Welcome Email Using Meta Key Change
I am using the BitForm plugin to create a custom registration form with WordPress authentication and email confirmation. This form creates a new WordPress user with the role of "customer" and assigns ...
0
votes
0
answers
78
views
Why are newly provisioned AD accounts being followed by a 4726 event within minutes of creation?
We have an AD environment with 10+ domain controllers. The behavior that we're observing is that after an AD user account is created and we observe the 4720 Account Created event, it's followed ...
0
votes
1
answer
118
views
MAUI read accounts ANDROID
Is there any way to read what accounts are on Android using MAUI (e.g. Google)?
I need only email whith is logged on phone.
0
votes
1
answer
42
views
How to modify the url behind the logo for Ceycloak account screens
I am customizing the account screen for out application. I found a lot of things how to configure, but how to change the url of the logo I can not figure out.
Part of our account screen
Now it points ...
1
vote
2
answers
240
views
Add search functionality within WooCommerce My Account > Orders page
I'm trying to add a search bar to the WooCommerce Orders page on the frontend customer account dashboard for specific user roles (don't want showing for all customers).
I feel like I'm close, but the ...
0
votes
1
answer
166
views
How can I make a powershell script work in an Azure function with PowerShell 5 and module AzureADPreview?
How can I make this PowerShell script work in an Azure function? This script is using the PowerShell module "AzureADPreview" and works only in PowerShell 5.
Write-Host "START"
...
0
votes
1
answer
627
views
Powershell - Create new user accounts from CSV & simultaneously populate these new accounts with template account info (Address & group membership)
I can create user accounts with a CSV ok in Powershell.
I can also create an account from a template account in Powershell, and the info like address & group memberships comes across ok.
However, ...
1
vote
1
answer
190
views
How can I display all orders to Shop Managers on front-end in WooCommerce?
I'm working on a portal (it's proof of concept) that allows Shop Managers to approve or reject an order when they review it. To approve the order, the Shop Manager adds a Purchase Order number and ...
1
vote
1
answer
160
views
Get Same download links in WooCommerce My account Downloads than Single Order view
In the order section, the download link for downloadable products is as follows:
http://localhost/?download_file=2922&order=wc_order_3av4Ev4PlUyLw&uid=...
-1
votes
1
answer
122
views
dynamic components with turbo
I want to make the components dynamic through turbo so that when someone follows another person so it increments to his followers component, the problem is that this component is working but i must ...
1
vote
1
answer
189
views
Add custom text to WooCommerce My account Orders inside the Action column
I tried using the code below to add custom text to WooCommerce My account Orders inside the Action column:
add_action('woocommerce_my_account_my_orders_column_order-actions', '...