Bug 495618

Summary: Create an easy way to set up a wallet for new users in OS installers
Product: [Applications] kwalletmanager Reporter: Justin Zobel <justin>
Component: generalAssignee: Valentin Rusu <valir>
Status: CONFIRMED ---    
Severity: wishlist CC: nate, sitter
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Justin Zobel 2024-10-31 02:51:57 UTC
OS installers set up the user, set their password, add them to groups, create their home directory and many other bits and pieces. However we need a quick, simple and secure way to set up their default KWallet ahead of time. This could involve an invocation on the terminal in the live session to kwalletmanager. For example "kwalletmanager --setup-wallet --username=bob --target=/mnt/rootfs/home/bob"

This would reduce user friction and improve UX on first login for users who don't understand what a wallet is or understand the options presented to them.

For security reasons this would only be possible as a root/escalated user.